How to change results per page value in datatables
Posted
by detj
on Stack Overflow
See other posts from Stack Overflow
or by detj
Published on 2010-05-20T07:18:45Z
Indexed on
2010/05/20
7:20 UTC
Read the original article
Hit count: 258
JavaScript
|datatable
Datatables has an option to select the number of records shown per page. The default value starts from 10, 25, 50 and 100. How can I change it to start from 5 instead of 10? 10 records is a bit too much and takes a lot of space in my current design. Thanx!
© Stack Overflow or respective owner