JavaScript interactive on-click table sorting is enabled by default, try it out by clicking on the header row:Powered by: github.com/tristen/tablesort
|| String col
|| Integer col
|| Float col
| ab
| 2
| 10.1
| a
| 10
| 10.2
| c
| 2
| 3.4
which renders as:
String col Integer col Float col ab 2 10.1 a 10 10.2 c 2 3.4