Disable Length Menu
joekeen opened this issue · 1 comments
joekeen commented
The Length Menu does not play well with the Scroller.
I have disabled it with the lengthChange option.
$('#example').dataTable( {
"lengthChange": false
} );
Just wondering if it should be disabled by default when the Scroller extension is in use.
Deleted user commented
Probably yes. Scroller will override the length that is set anyway.