How to make Datatable pagination to neglect hidden rows?
How to make Datatable pagination to neglect hidden rows?
dvnlgls
Posts: 5Questions: 0Answers: 0
I have a table with some hidden rows. Now, when I use jQuery datatable plugin with bootstrap pagination, it takes into account all the rows. Say if I have 100 rows (50 hidden) and display 10 rows per page, currently there will be 10 pages while the desired result is to have only 5 pages. Any help would be greatly appreciated.
Demo at http://live.datatables.net/osezur/2/edit#javascript,html
Demo at http://live.datatables.net/osezur/2/edit#javascript,html
This discussion has been closed.
Replies
Allan