JQUERY Datatable PageIndex change event -
Guys, I'm just a newbie for jquery datatable which gave me a terrific jquery plugin. So I was trying to integrate it with NAT and obviously because I was changing pageend or page index was converted to datat. But unfortunately I could not find anything like this. So is there an event for this page that changes the page index?
I tried to force the page event to be dated. But this only works when I click on the previous or next button, clicking on page numbers did not work. Requesting your support
Thanks in advance
The Funndra Callback Event Every 'Draw' Event, therefore when one page index has changed.
$ (document) .ready (function () {$ ('# example'). DataTable ({"fnDrawCallback": function (OSettings) {Warning ('Databatel reproduces the table Done ');}}})});
Comments
Post a Comment