Author: avarab
Description:
I've been toying with sorttable from kyogenix.org (under the MIT Licence) which
would display little arrows on table header fields which when clicked on would
sort the table according to that particular field (see the attached testcase).
There are some troubles with it however, it only sorts the table if it's
declared with id="unique_id" (no other element can have it) and
class="sorttable", it should preferably be modified so as to not require id=""
or the sorttable class so that it could be used for all tables.
Known bugs:
- Doesn't work for all input, numbers like "1,100" and "99" in the same column
will not get sorted correctly
- Links within the table headers will not get displayed (this is unacceptable)
I stopped working on this some time ago, posting it here as a feature request in
case somebody wants to finish it.
Version: 1.5.x
Severity: enhancement
URL: http://www.kryogenix.org/code/browser/sorttable/