Pagination 123...789
Pagination 123...789
Hey Allan,
is it possible that if i have more than 20 pages that only the first Five and the last Five are displayed and not all 20 because if i have more than 4000 entries in my database the Mass of Numbers gets annoying..
Thanks in advanse
tking
is it possible that if i have more than 20 pages that only the first Five and the last Five are displayed and not all 20 because if i have more than 4000 entries in my database the Mass of Numbers gets annoying..
Thanks in advanse
tking
This discussion has been closed.
Replies
jQuery.fn.dataTableExt.oPagination.iFullNumbersShowPages = 20;
And seeing if that does what you are looking for. If not, then you might need to dig around in the paging plug-ins code:
http://datatables.net/development/pagination
http://datatables.net/plug-ins/pagination
If you do modify / create a paging plug-in, perhaps you could share it with us, so others can use it as well? :-)
Regards,
Allan