Load thousands of records in Datatable 1.10

Load thousands of records in Datatable 1.10

HarpagornisHarpagornis 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

Answers

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

    This section of the FAQ should help, it discusses various techniques to improve performance,

    Cheers,

    Colin

  • HarpagornisHarpagornis Posts: 8Questions: 1Answers: 0

    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 ();

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

    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

This discussion has been closed.