**Author:** `winne2i`
**Description:**
print screens of this table: unsorted and sorted by 2nd and 3rd column
I tables where we enumerate sth we usually add first column with ordering numbers. Of course we set it as unsortable – BUT it doesn't prevent the column from being sorted while we sort another column. Then ordering numbers get all messed up.
There shouls be an additional parameter (class or sth) for setting which column should not be sorted.
(I cannot think of anything more in that column than ordering numbers…)
Simple example below (and here http://pl.wikipedia.org/w/index.php?title=Wikipedysta:Kaligula/brudnopis&oldid=32972991 ).
{| class="wikitable sortable" style="text-align:center;" align="left"
!class="unsortable"|№
!color
!name
!city
|-
|1||white||John||New York
|-
|2||green||Alice||Warsaw
|-
|3||black||Mark||Rennes
|}
--------------------------
**Version**: unspecified
**Severity**: enhancement
**Attached**: {F9709}