page length select list not shown
page length select list not shown

I am using JQuery Datatable: 1.10.7 and https://datatables.net/reference/option/lengthMenu
JS code:
$('.table').DataTable({ 'lengthMenu': [ [10, 25, 50, -1], [10, 25, 50, 'All'] ], 'aoColumns': [null, null, null, { 'bSortable': false }, { 'bSortable': false }] }); // eslint-disable-line new-cap
Output: page length select list not shown. More details here:http://stackoverflow.com/questions/36703093/jquery-datatable-page-length-select-list-not-shown
How to do? Anything missing?
This discussion has been closed.
Answers
Please link to a test page showing the issue so it can be debugged, per the forum rules.
Allan