How to use two type of paging in one datatable

How to use two type of paging in one datatable

gogo123456gogo123456 Posts: 4Questions: 0Answers: 0
edited December 2011 in General
I want to add full_number paging style to footer and listbox style for header. But now I can only choose one type to add to both place. How to choose different style for different place.
Thank for any help or suggestion.

Replies

  • allanallan Posts: 63,535Questions: 1Answers: 10,475 Site admin
    Currently there is no build in way of doing this in DataTables. Its not technically difficult to do (its just a call to a different function), but there is no way to specify more than one type of pagination at the moment and have it positioned as required in sDom.

    What I would suggest is that if you want the trivial previous/next navigation is that you could use the fnPageChange API method and bind your own event handlers. Otherwise a hack of DataTables core would be needed.

    Allan
This discussion has been closed.