Looking for a good jQuery table with Pagination, Multi-column sorting, and row selection

14,851

Solution 1

DataTable row selection examples from their site:

Single Row

Multiple Rows with Page memory

Solution 2

Try jqGrid. It's free, it has very good documentation, excellent working examples where you can see all the features in action. It has all functions you want and many more.

Share:
14,851
XstreamINsanity
Author by

XstreamINsanity

Graduated from DeVry University in 2006 with a BS in Computer Engineering Technology. Hired directly out of college and worked for that company for just over three years. Moved to a new company after the previous one was bought out and we were given the ultimatum to move or find a new job. I program in C#, VB.Net, ASP.NET (including MVC2), and whatever other code I'm given the opportunity to work with.

Updated on June 05, 2022

Comments

  • XstreamINsanity
    XstreamINsanity almost 2 years

    I've used the table from dataTables.net before and it worked pretty good. However, it does not provide row selection. I've found tables that did at most two of these at a time, but not all three. I'm still pretty novice at JavaScript and at the time don't want to dive into someone else's code to add the missing feature. I wanted to see if there is already a table out there that does all three functions I need. Thank you very much.