TableView Component Page
This page shows how to build a page with the 5 lower-level components of Table: TableView, TablePages, TableColumns, TableRows, and TableValues.
You do this when you need more control over the structure of the table.
Table hides the page selector when there is only one page to show, so in this example we use the lower-level
components to make the page selector display unconditionally.
For completeness, the example also demonstrates links and alternating row colours.
To Login