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.

ComponentDescription
ContainerA Container can hold multiple other components.
DataGridThe DataGrid component is a table with a component in every column. Users can add, remove and edit rows.
DataMapThis component extends the DataGrid component. It creates a map by using two columns: key and value.
DataTablesThis component uses datatables.net to create tables with pagination, sorting, searching and editing capabilities.
EditGridThe EditGrid component has rows with on each row a number of components that can be edited individually.
HiddenHidden components can contain data that can be used by other components, but are not visible to the user.