Lazy Load in Datatable

Lazy Load in Datatable

soyeshasoyesha Posts: 1Questions: 1Answers: 0
edited April 2021 in General

I have been working with datatable for quiet some time. I like all the features, but it would be great if you could tell me how to lazy load the data if I have 10,000 entries.

The server side processing works fine but can there be a solution without using ajax?

Answers

  • colincolin Posts: 15,112Questions: 1Answers: 2,583

    You could try deferRender perhaps, and see if that helps. This section of the FAQ should also help, it discusses various techniques to improve load performance,

    Cheers,

    Colin

This discussion has been closed.