Load thousands of records in Datatable 1.10
Load thousands of records in Datatable 1.10
Harpagornis
Posts: 8Questions: 1Answers: 0
In a table of more than 8000 records, how could I quickly load the data?
Or load the first page, loading in the background the rest of the elements?
Thanks
This discussion has been closed.
Answers
This section of the FAQ should help, it discusses various techniques to improve performance,
Cheers,
Colin
Thanks Colin,
One question, your answer suggests to me to use "deferRender", to load the minimum possible records.
The question:
If I use ".search", when not loading all nodes, how would I filter?
Example: clTable.columns (1) .search (''). Draw ();
Hi @Harpagornis ,
The same, see here.
deferRender
just prevents the nodes from being created, but the contents are still known and are searchable.Cheers,
Colin