Ajax API Datasource (with pages)
Ajax API Datasource (with pages)
Afternoon community,
I have a quick question I hope. I have a date table being populated via Ajax datasource that returns results in pages. Currently I am looking at a result set of some 2k pages. How can I think the pagination of the datatable to the Ajax datasource being returned?
Any help would be greatly appreciated.
Anthony
Answers
You may be able to shoehorn
serverSide
, but that would require some changes on the server-side but it might be worth taking a look. The protocol is discussed here. Also see examples here. If you download the DataTables repo, there are examples of the server-side scripts in/examples/server_side/scripts
,Cheers,
Colin
Colin,
thanks for taking the time to respond. Are you referring to Pipelining ?
A
I wasn't, but that's an option I hadn't thought of - please see example of pipelining here.
Colin