Data table
A data table component is used for rendering a table of key-value pairs.
Data table parameters
Parameter |
Possible Values |
Required |
Description |
type |
data-table |
Yes |
The type of component you are rendering. |
items |
Array (See Below) |
Yes |
The items that will be rendered in the data-table. |
Field-value parameters
Parameter |
Possible Values |
Required |
Description |
type |
field-value |
Yes |
The type of component you are rendering. |
field |
Any string |
Yes |
The text of the key in your key-value pair. |
value |
Any string |
Yes |
The text of the value in your key-value pair. |
Preview