Editing records¶
Records are the rows of your card. You can add, edit, and delete records directly in the grid view.
Edit a cell inline¶
- Click any cell in the grid.
- Type your value. The appropriate input control appears for the field type (date picker for dates, dropdown for select fields, etc.).
- Press
TaborEnterto confirm, orEscapeto cancel.
Changes save automatically — there is no save button.
Note
You need Editor role or higher to edit records. Viewers can read data but not modify it.
Open a record in detail view¶
For a fuller editing experience:
- Click the expand icon (↗) on the left of any row, or right-click → Edit record.
- The record detail panel opens, showing all fields in a vertical form layout.
- Edit any field and close the panel when done.
Add a record¶
- Click + Add record at the bottom of the grid.
- Or press
Enterwhen the last cell is selected.
Delete a record¶
- Right-click the row → Delete record.
- Or select the row checkbox and click Delete selected in the action bar.
Warning
Deleting a record is permanent. There is no undo for individual record deletions.
Bulk edit¶
Select multiple rows by checking their checkboxes, then use the bulk action bar to:
- Delete selected — removes all selected records
Input controls by field type¶
| Field type | Input control |
|---|---|
| Text | Text input |
| Number | Numeric input |
| Date | Calendar date picker |
| Boolean | Checkbox toggle |
| Single select | Dropdown (single choice) |
| Multi-select | Dropdown (multiple choices) |
| Text input (validated as email) | |
| URL | Text input (rendered as a link) |
| Attachment | File upload dialog |
| Map point | OpenStreetMap picker modal |