Looking for a fast table display library in Javascript/jQuery

Asked 1 years ago, Updated 1 years ago, 51 views

In the 6 Column x 400 Row table, Ajax is trying to update the data every 2 seconds.The number of updates at once is uncertain, but I think 3 Column x 50 Row is the average.I implemented it using waTable, but even with DataBind, the update is slow, and the issuance cycle of Ajax is gradually slow.

We are currently reviewing the update method, but if you have any other libraries you recommend, please let us know.

  • It would be best if each Row in the table had a check box, but it is possible without it
  • Dynamically rewrite data with Ajax
  • Sortable if possible

Please let me know your recommendation under the conditions of .

javascript jquery

2022-09-30 19:33

1 Answers

I'm sorry that I didn't get a reply at all, but there was a website that introduced various things with Demo.
jQuery Tables Plugin&Tutorials with Example

Also, please visit the introduction site.
New jQuery Table Plugins To Organize Your Data–21 Items
35 Amazing jQuery Tables *It's old (2011)


2022-09-30 19:33

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.