Lazy Load in Datatable
Lazy Load in Datatable
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?
This discussion has been closed.
Answers
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