How to use two type of paging in one datatable
How to use two type of paging in one datatable
gogo123456
Posts: 4Questions: 0Answers: 0
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.
Thank for any help or suggestion.
This discussion has been closed.
Replies
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