Showing 1 – 1 of 1 replies
sistemaontime

Is it possible set horizontal scroll in […]

sistemaontime PURCHASED
4 years ago
Hello

Is it possible set horizontal scroll in a datatable? Actually this is how I am trying to configure but I cant set the scroll on:

"aLengthMenu": [
[5, 10, 20, 100, -1],
[5, 10, 20, 100, "Todos"]
],

"scrollX": true, <<<=========

"iDisplayLength": 10,
"sPaginationType": "bootstrap",
"sDom": "Tflt<'row DTTTFooter'<'col-sm-6'i><'col-sm-6'p>>",

Is there something I am missing? Hope some one could help me.

Thanks in advance

Fernando C
sistemaontime
sistemaontime PURCHASED
4 years ago
"oScroll": {
"sY":"false",
"sX":"true"
},

I have tested "true" and true, but same result.

Same result.

Does datatable is ready to show horizontal scroll?

Thanks in advance