Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
playground:playground [2012/02/15 13:34] – richter | playground:playground [2014/03/20 13:34] (current) – [Sortable Tables] richter | ||
---|---|---|---|
Line 50: | Line 50: | ||
Examples: | Examples: | ||
- | $$a& | + | $$a& |
==== Google Charts ==== | ==== Google Charts ==== | ||
Line 193: | Line 193: | ||
< | < | ||
+ | |||
+ | ==== Sortable Tables ==== | ||
+ | < | ||
+ | ^Col1^Col3^Col3^ | ||
+ | |1|one|25/ | ||
+ | |2|two|10/ | ||
+ | </ | ||
+ | https:// | ||
+ | |||
+ | < | ||
+ | ^Column 1^Column 2^Column 3^ | ||
+ | |1|Row one|first| | ||
+ | |2|Row two|second| | ||
+ | |3|Row three|third| | ||
+ | </ | ||
+ | |||
+ | See more at: http:// | ||
+ | |||
+ | |||
+ | < | ||
+ | ^Col1^Col3^Col3^ | ||
+ | |1|one|25/ | ||
+ | |2|two|10/ | ||
+ | </ | ||
+ |