Record View
Overview
The Record view provides a master-detail interface with a split-screen layout. A selectable list on the left (the "master") shows records from one feature, and the detail panel on the right shows information related to the selected record.
This view is ideal for exploring records in depth, viewing associated data, and working with parent-child relationships.
Single record display
Left panel (selector)
The left panel displays a table of records you can browse and select:
| Config | Description |
|---|---|
| Selector columns | Which columns to show in the master list |
| Filters | Default filters for the master list |
| Sort column | Default sort field and direction |
| Search | Enable full-text search within the master list |
| Width ratio | Proportion of the screen for the left panel (default: 30%) |
Right panel (detail)
When you select a record in the left panel, the right panel loads related content:
| Config | Description |
|---|---|
| Detail feature | Which feature to display in the detail panel (can be the same or a different feature) |
| Detail view type | How to render the detail — form, table, list, or any other view type |
| Detail view name | Specific named view to use |
| Filter column | Column in the detail feature to filter by |
| Source value column | Column from the selected master record to use as the filter value |
Example: A "Clients" master list on the left. When you select a client, the right panel shows a table view of "Orders" filtered to that client's ID — giving you an instant view of all orders for the selected client.
The divider between panels is adjustable, allowing users to resize the master and detail areas to suit their workflow.