TestTableSorting in 'raw' format
This page shows tests of sorting a table
Here is the sample data: [[TableSort1?action=raw|TableSort1]]
{{TableOfContents}}
= TableSort1 - shown unsorted =
{{{#!Table
source_spec=TableSort1
}}}
= TableSort1 sorted by Name =
{{{#!Table
source_spec=TableSort1
sortby=Name:alpha
}}}
= TableSort1 sorted by age (as int) =
{{{#!Table
source_spec=TableSort1
sortby=age:int
}}}
= TableSort1 sorted by "Uses linux" =
{{{#!Table
source_spec=TableSort1
sortby=Uses_linux:alpha
}}}
= TableSort1 sorted by "Uses linux", then by Name =
{{{#!Table
source_spec=TableSort1
sortby=Uses_linux:alpha,Name:alpha
}}}