FyiurAmron / sortablejs

DokuWiki client-side (JS) plugin for sortable tables.
10 stars 5 forks source link

Initially sorting by column 10 (or greater) doesn't work #8

Closed 68040 closed 8 years ago

68040 commented 9 years ago

For example: This table should be initially reverse sorted by column 12, but it's sorted by col.1.

<sortable r12>
^1 ^2 ^3 ^4 ^5 ^6 ^7 ^8 ^9 ^10 ^11 ^12 ^
|1 |1 |1 |1 |1 |1 |1 |1 |1 |3 |3 |3 |
|1 |1 |1 |1 |1 |1 |1 |1 |1 |1 |1 |1 |
|1 |1 |1 |1 |1 |1 |1 |1 |1 |2 |2 |2 |
</sortable>
oiv commented 8 years ago

Should work now. Thank you for reporting.