Data
These components can hold and/or present data, generally in tabular form. Click the name of a component to move to a more detailed description.
Component | Description |
---|---|
Container | A Container can hold multiple other components. |
DataGrid | The DataGrid component is a table with a component in every column. Users can add, remove and edit rows. |
DataMap | This component extends the DataGrid component. It creates a map by using two columns: key and value. |
DataTables | This component uses datatables.net to create tables with pagination, sorting, searching and editing capabilities. |
EditGrid | The EditGrid component has rows with on each row a number of components that can be edited individually. |
Hidden | Hidden components can contain data that can be used by other components, but are not visible to the user. |