views:

10

answers:

0

Hello, I am trying to allow sorting a wiki table that use the "sortable" class by multiple columns.

Eg:

 {| class="wikitable sortable"
  |-
  |Col 1
  |Col 2
  |Col 3
  |-
  |3
  |a
  |tee
  |-
  |2
  |c
  |hot
  |-
  |5
  |b
  |apple
  |}

That will give you a basic sortable table on the wiki, but it won't let you sort by multiple columns.

Does anyone know of a way to do this or of an extension I can install that will allow me to do this?

Thanks, ~Eric