http://twiki.org/cgi-bin/view/Plugins/TablePlugin explains how to sort a table in TWiki by initsort
. But how to break tie with the values in a second column?
In TWiki, how to sort rows of a table by multiple columns?
143 Views Asked by Meng Lu At
1
Best to ask TWiki support questions in the support forum on TWiki.org.
The TablePlugin does not support sorting by more than one column.
You could enhance the plugin (and contribute back the enhancements).
Alternatively, look into a pure JavaScript solution, such as Sorting HTML table by two columns