Pagination callback?
Pagination callback?
Is there a way I can get notified when the user changes pages in the data table? I am using DataTables 1.9, and I am not seeing a callback available in the reference. Thanks!
This discussion has been closed.
Is there a way I can get notified when the user changes pages in the data table? I am using DataTables 1.9, and I am not seeing a callback available in the reference. Thanks!
Answers
I can't remember if 1.9 supports the
pagemethod or not - but in 1.10 that is how to do is. Otherwise you could use the old fnDrawCallback option I guess.Allan