Pagination callback?
Pagination callback?
dlwhiteman
Posts: 8Questions: 3Answers: 0
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.
Answers
I can't remember if 1.9 supports the
page
method or not - but in 1.10 that is how to do is. Otherwise you could use the old fnDrawCallback option I guess.Allan