TestTableSorting
Here is the sample data: TableSort1
TableSort1 - shown unsorted [edit section]
| Name ^ | age ^ | country ^ | Uses linux ^ |
| Tim | 55 | usa | yes |
| John | 33 | japan | no |
| Nadine | 40 | austria | yes |
| Alice | 22 | spain | no |
| Fred | 9 | usa |
TableSort1 sorted by Name [edit section]
Error: exception in processor - check debug log for traceback
TableSort1 sorted by age (as int) [edit section]
Error: exception in processor - check debug log for traceback
TableSort1 sorted by "Uses linux" [edit section]
Error: exception in processor - check debug log for traceback
TableSort1 sorted by "Uses linux", then by Name [edit section]
Error: exception in processor - check debug log for traceback