- Builder
- User interface and Navigation
- Table View Editor
Table View Editor
Table view is used to show collection of entities as spreadsheet-like table. With "Add field" button you can add columns to the table and reorder them with drag and drop. Appropriate cell content will consist of field's value formatted using options.
Options can differ for field types, common ones are described below:
Option name | Description |
Use field name as label | True for field name as column header, or use text from Header option |
Header | Column header name, multilingual |
Width | Width of column |
Required | Is field required on save |
Disabled | Is field editable |
Hidden | Make field hidden |
Read only | Is field read only |
Horizontal alignment | Alignment from left to right edge of cell |
Show in extended mode only | Columns to show in extended mode |
Specific data types have more properties:
Option name | Description |
Data source | Data source for entities - database or collection |
Has 'Create new' link | If possible to create new entity of type in place |
Has view link | Has link to entity |
Placeholder | Placeholder text |
Form view for link | Form view to open for link, if allowed |
View | String view for cell content |
Minimal <value> | Minimal value of specific data type |
Maximum <value> | Maximum value of specific data type |
Step | Step for spinner editing |