pager function?
pager function?
extranet
Posts: 2Questions: 2Answers: 0
Hi
i need a few buttons to show my table rows from x to y.
Its similar to the pager functions.
But i found no function to set the table rows from x to y?
Thanks for helping
This discussion has been closed.
Answers
There isn't really an option for that in DataTables. The page length defines how long a page is, rather than a start and end number. All pages in DataTables are of equal length.
Allan