Closed ProfM2 closed 4 years ago
I think you can set the feature to false see https://github.com/stwe/DatatablesBundle/blob/master/Resources/doc/features.md Or you can also change the DOM and remove the "l" parameter
Gah, I can't believe I missed that. Thanks!
DataTables has the option to remove the Page length dropdown via lengthChange = false.
See: https://datatables.net/reference/option/lengthChange
I'm unable to locate this option in the bundle. Is it hiding somewhere?
I did look in https://github.com/stwe/DatatablesBundle/blob/master/Resources/doc/options.md, but it doesn't appear to be there.