I have a really big columns, around 40 columns and want to scroll horizontally, but its not working.
$(document).ready(function () {
$('#example').dataTable({
"oTableTools": {
"sScrollY": 200,
"sScrollX": "200%",
"sScrollXInner": "110%"
}
});
});
Removing the scroll-x-inner might help.
"sScrollXInner": "110%"
It worked for me. Source datatables.net/forums
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With