How we enable server side processing in JAVA?
How we enable server side processing in JAVA?
softashu
Posts: 1Questions: 0Answers: 0
Hi All,
We are facing one problem while loading full data at once . Data size < 2000.
Actually the table view distorted for couple of secs, after that it become Okay.
Our server side processing based on JAVA and JSON. Could you please help me to render data table without any distortion.
We are facing one problem while loading full data at once . Data size < 2000.
Actually the table view distorted for couple of secs, after that it become Okay.
Our server side processing based on JAVA and JSON. Could you please help me to render data table without any distortion.
This discussion has been closed.
Replies
Also, if you haven't does so already, Ajax load your data with deferred rendering enabled, and use DataTables 1.10. You'll see a bit performance improvement.
Allan