Meng Lu
Meng Lu

Reputation: 14626

In TWiki, how to sort rows of a table by multiple columns?

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?

Upvotes: 1

Views: 140

Answers (1)

Peter Thoeny
Peter Thoeny

Reputation: 7616

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

Upvotes: 2

Related Questions