ComboStrap UI - Table
Table of Contents
1 - About
Table is a component that shows data in a list of record.
ComboStrap renders the Dokuwiki table
- as a Bootstrap table
- and make it responsives
2 - Articles Related
3 - Example
^ Heading 1 ^ Heading 2 ^ Heading 3 ^
| Row 1 Col 1 | Row 1 Col 2 | Row 1 Col 3 |
| Row 2 Col 1 | some colspan (note the double pipe) ||
| Row 3 Col 1 | Row 3 Col 2 | Row 3 Col 3 |
Heading 1 | Heading 2 | Heading 3 |
---|---|---|
Row 1 Col 1 | Row 1 Col 2 | Row 1 Col 3 |
Row 2 Col 1 | some colspan (note the double pipe) | |
Row 3 Col 1 | Row 3 Col 2 | Row 3 Col 3 |
4 - Configuration
4.1 - Enable renderer
The table rendering is a feature of the renderer and should be then selected. See renderer configuration.