Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision Last revision Both sides next revision | ||
playground:playground [2014/03/20 12:50] richter [Sortable Tables] |
playground:playground [2014/03/20 12:51] richter [Sortable Tables] |
||
---|---|---|---|
Line 195: | Line 195: | ||
==== Sortable Tables ==== | ==== Sortable Tables ==== | ||
- | < sortable > | + | <sortable> |
^Col1^Col3^Col3^ | ^Col1^Col3^Col3^ | ||
|1|one|25/12/2008| | |1|one|25/12/2008| | ||
|2|two|10/12/2008| | |2|two|10/12/2008| | ||
- | </ sortable > | + | </sortable> |
https://www.dokuwiki.org/plugin:sortablejs | https://www.dokuwiki.org/plugin:sortablejs | ||
+ | <sortable 2> | ||
+ | ^Column 1^Column 2^Column 3^ | ||
+ | |1|Row one|first| | ||
+ | |2|Row two|second| | ||
+ | |3|Row three|third| | ||
+ | </sortable> | ||
+ | See more at: http://docs.oseems.com/general/web/dokuwiki/sort-table#sthash.y7WrsHTE.dpuf |