How we enable server side processing in JAVA?

How we enable server side processing in JAVA?

softashusoftashu Posts: 1Questions: 0Answers: 0
edited March 2014 in DataTables 1.9
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.

Replies

  • allanallan Posts: 61,650Questions: 1Answers: 10,094 Site admin
    I don't know Java - sorry. I'd suggest posting on a freelance board and I'm sure someone will be able to write the required code for you.

    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
  • ashiersashiers Posts: 101Questions: 8Answers: 7
    Since you're on the Java platform, you might want to check out the JED website. http://jed-datatables.ca/jed/
This discussion has been closed.