Felix
·
Sep 13, 2011
·
Viewed 109.8k times
·
Source
With DataTable I can order, list, do pagination but I want to detect when the pagination changes, I've seen the API but the only one I can do is change the page but no detect this change.
I am new in jQuery. I have used Datatables in grid but need not pagination.
There is a list of orders in one page and I show them in a Datatable grid but in bottom I do not want to …
i've been using jQuery DataTables plugin ( http://datatables.net ) for quite some time and usually we're super fine using the default sizes and using "bStateSave": true option.
But now i really need to set the sizing of the pagination not …
http://www.datatables.net/releases/DataTables-1.9.3.zip
I am trying to use the above plugin. I call function paging() at onload and it works fine
<body id="dt_example" onload='paging()'>
But when i reload the table's …