computingpro priority asked 4 years ago


How can one increase the table filter from 1o to say 25 or 50?


andilabs free answered 2 years ago


can one get a kind of "serialization" of currently picked filters into get params ?


Mikołaj Smoleński staff commented 2 years ago

Could you describe the problem more precisely?

Keep coding,  Mikołaj from MDB


MDBootstrap staff answered 4 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 4 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 4 years ago

Thanks for the response, no I meant changing the default from 10 to something else say 25/50



Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Answered

Specification of the issue

  • 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