stwe / DatatablesBundle

This Bundle integrates the jQuery DataTables plugin into your Symfony application.
355 stars 236 forks source link

Removing Page Length #932

Closed ProfM2 closed 4 years ago

ProfM2 commented 4 years ago

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.

mshd commented 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

ProfM2 commented 4 years ago

Gah, I can't believe I missed that. Thanks!