DataTables/Scroller

Disable Length Menu

joekeen opened this issue · 1 comments

The Length Menu does not play well with the Scroller.

screen shot 2015-09-01 at 8 11 50 pm

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.

Probably yes. Scroller will override the length that is set anyway.