Auto sorting in horizontal html table

Multi tool use


Auto sorting in horizontal html table
I'm trying to create a horizontal table which can be sorted automatically.
e.g.
|Country 1|Country2|
Population | 12134| 232312|
GPD | 23| 34|
I want to sort by Population or GPD. I used to use tablesorter for table problems but I can't find any thing for this.
Any help is greatly appreciated.
1 Answer
1
I used to use list.js
http://listjs.com/
has good support for sorting tables. See if it fulfills your needs.
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
thanks. This is what i need, but unfortunately, in the previous version we used <table> too much. changing to <li> would be a real challenge.
– dolphin
Jul 14 '14 at 15:20