Data Tables
Overview
Data tables are a convenient way to display data within a wiki page.
Dynamic Tables
A dynamic table gives you the ability to change how the table is sorted and filtered, including the ability to
widen the columns and other dynamic features. The HTML for a sample dynamic table is given.
The resulting table is shown.
The table can be generated by providing the data in array format instead of JSON format.
HTML Table
In addition to the more funcitonal table given above, you can display data in a simple HTML table as follows.
The resulting table is the following, which can be styled using normal CSS.
The above table can also be achieved using the array style notation.