I’m interested in building something that requires a table sorting plugin.
Best way to think of it, is imagine you wanted to build MS Outlook online, the structure is something like this:
Subject | Date&Time | Unread
lots of rows
lots of rows
lots of rows
I’d like a jQuery Table Sorting plugin, that allows me to use the header to do the following:
- Can Click the header item to toggle ASC/DESC
- Can Resize the Columns
After googling, I haven’t found any that do both well. I did try ingrid, but when you resize a column the page flashes (it isn’t pretty) so that’s not good.
Suggestions from actual experience?
Thanks
TableSorter does well for what it says it does. Not sure about resizing columns with the mouse – you might have add that yourself.