Topic: Table Filter
computingpro priority asked 5 years ago
How can one increase the table filter from 1o to say 25 or 50?
andilabs free answered 3 years ago
can one get a kind of "serialization" of currently picked filters into get params ?
Mikołaj Smoleński staff commented 3 years ago
Could you describe the problem more precisely?
Keep coding, Mikołaj from MDB
MDBootstrap staff answered 5 years ago
Hi computingpro,
You are looking for this attibute
"pageLength": 50
If you need additional help I am here for you.
Best Regards, Piotr
sundance free answered 5 years ago
Hello!
Do you mean page length menu options during pagination?
You can set length as you like it:
$('#dtData').DataTable({
paging: true, // false to disable pagination (or any other option)
lengthMenu: [[15, 50, 100, -1], [15, 50, 100, "All"]]
});
Best regards,
István
computingpro priority commented 5 years ago
Thanks for the response, no I meant changing the default from 10 to something else say 25/50
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Priority
- Premium support: Yes
- Technology: General Bootstrap questions
- MDB Version: -
- Device: laptop, phones
- Browser: firefox, i.e
- OS: windows
- Provided sample code: No
- Provided link: No