Topic: Default # of Results for Tables
Marco Moutinho free asked 5 years ago
Is it possible to set a default # of results for datatables?
It defaults to 10, I have searched in the Tables section but can't seem to find an option.
Add comment
Bartłomiej Malanowski staff answered 5 years ago
It's easy - just use the pageLength
option (which has a default value set to 10 as you noticed). Example:
$('#example').dataTable({
"pageLength": 15
});
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: Free
- Premium support: No
- Technology: Other
- MDB Version: -
- Device: Desktop
- Browser: Chrome
- OS: Mac OSX
- Provided sample code: No
- Provided link: No
Tags