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. Quote 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/ Quote 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/ Quote 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/ Quote 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 Quote 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. Quote Link to comment https://forums.phpfreaks.com/topic/254519-sortable-table/#findComment-1305094 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.