Datatables - Load data from 5 Different table only 100 records need to load.

Datatables - Load data from 5 Different table only 100 records need to load.

NagarajanENagarajanE Posts: 6Questions: 4Answers: 0

Hi,

I have a scenario, I have to load data from 5 different list but we need to populate only 100 items in data table. After that whenever using clicks on pagination 2 then we have to load the next set of records.

Example. Initial loading 1 to 100 records. After user clicks on the pagination button 2 then we have to load items from 101 to 200 like wise goes on. Here for me its taking 15 seconds to load and we are destroying the table and using datatable grouping we are doing the grouping of 100 records.

Please let me know what are all the possible ways to reduce the time.

Answers

This discussion has been closed.