pagination

pagination

flolflol Posts: 4Questions: 0Answers: 0
edited August 2010 in General
Hi,
how can i totally customize the pagination? I.e. I'd like to place two custom buttons (not images) at the bottom of the page and don't want datatables to handle this for me at all... is there a way to trigger events for this?

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    For complete control of pagination, you can create a plug-in:

    Documentation: http://datatables.net/development/pagination
    Examples: http://datatables.net/plug-ins/pagination

    The API function http://datatables.net/api#fnPageChange is also useful.

    Allan
This discussion has been closed.