I am trying to enable the sorting of a wiki table that uses the "sortable" class by multiple columns.
For instance:
{| class="wikitable sortable"
|-
|Col 1
|Col 2
|Col 3
|-
|3
|a
|tee
|-
|2
|c
|hot
|-
|5
|b
|apple
|}
This will give you the basic sorted table in the wiki, but it will not allow you to sort by multiple columns.
Does anyone know a way to do this or an extension that I can install that will allow me to do this?
source
share