I am using angular dataTable where I need to provide horizontal scrollbar.
I used the following code to provide option to get horizontal Scrollbar.
$scope.dtOptions = DTOptionsBuilder.newOptions().withDOM('scrollX', '100%');
But its not working. I didnt find any documentation to get horizontal scroll. Can anyone know about it.
I should call as follows to provide horizontal scrollbar: