I would like to know if it is possible to provide Datatables a JS object that defines the pagination properties? Something like "show 1 of 10 pages and 300 total entries" while only providing it actual data for the first page. Ideally I would then hook into the "next page" event and provide it with more data in the form of javascript arrays.
Thanks!