Ajax API Datasource (with pages)

Ajax API Datasource (with pages)

ctechukctechuk Posts: 12Questions: 5Answers: 0

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

  • colincolin Posts: 15,142Questions: 1Answers: 2,586

    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

  • ctechukctechuk Posts: 12Questions: 5Answers: 0

    Colin,

    thanks for taking the time to respond. Are you referring to Pipelining ?

    A

  • colincolin Posts: 15,142Questions: 1Answers: 2,586

    I wasn't, but that's an option I hadn't thought of - please see example of pipelining here.

    Colin

Sign In or Register to comment.