Custom Pagination Plugins
Custom Pagination Plugins
I am trying to use the pagination reference to generate a pagination section of the datatable at the bottom row of the table. I need to have image buttons for the paging (first, prev, next, last). I also need a dropdown in that row that controls the page number. I would like to have a dropdown for the filtering right next to the pagination. Is this possible with datatables plugins?
This discussion has been closed.
Replies
How to create a paging plug-in: http://datatables.net/development/
Already developed plug-ins: http://datatables.net/plug-ins/pagination
DOM positioning: sDom
Example: http://datatables.net/release-datatables/examples/basic_init/dom.html
Allan