Custom Pagination Plugins

Custom Pagination Plugins

camelsaqcamelsaq Posts: 1Questions: 0Answers: 0
edited March 2012 in Plug-ins
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?

Replies

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin
    Yes absolutely:

    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
This discussion has been closed.