LLLLLLL Posted January 6, 2012 Share Posted January 6, 2012 Anyone used a good sortable table script? (JavaScript or Ajax) I don't want to write my own, and I'm sure there are good ones out there. I just want to know what others have used. Only requirements are to sort all the visible rows, while keeping the header row. Link to comment https://forums.phpfreaks.com/topic/254519-sortable-table/ Share on other sites More sharing options...
nogray Posted January 6, 2012 Share Posted January 6, 2012 I've seen jquery sortable used, you just need to make sure to use the thead and tbody tags and apply the sortable to the tbody. http://jqueryui.com/demos/sortable/ Link to comment https://forums.phpfreaks.com/topic/254519-sortable-table/#findComment-1305066 Share on other sites More sharing options...
LLLLLLL Posted January 6, 2012 Author Share Posted January 6, 2012 Oh, not that type of sort. this type of sort: http://briancrain.com/sheet-music/ Link to comment https://forums.phpfreaks.com/topic/254519-sortable-table/#findComment-1305067 Share on other sites More sharing options...
LLLLLLL Posted January 6, 2012 Author Share Posted January 6, 2012 I guess this looks promising: http://tablesorter.com/docs/ Link to comment https://forums.phpfreaks.com/topic/254519-sortable-table/#findComment-1305069 Share on other sites More sharing options...
nogray Posted January 6, 2012 Share Posted January 6, 2012 Google is your friend http://www.lmgtfy.com/?q=javascript+sort+table Link to comment https://forums.phpfreaks.com/topic/254519-sortable-table/#findComment-1305074 Share on other sites More sharing options...
LLLLLLL Posted January 6, 2012 Author Share Posted January 6, 2012 Um, yes, but I came here to see what other people have used and recommend. Link to comment https://forums.phpfreaks.com/topic/254519-sortable-table/#findComment-1305094 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.