Appearance
Bulk Operations
Bulk operations let you act on multiple rows at once.
Selecting Rows
- Individual selection — Click the checkbox on each row
- Select all on page — Click the header checkbox
- Select all matching filter — After selecting rows on a page, click "Select all X rows" in the banner
Available Operations
When rows are selected, a floating action bar appears at the bottom of the screen.
Bulk Edit
- Click Edit in the action bar
- Select the column to update
- Enter the new value
- Confirm — all selected rows will be updated
Export
Click Export to download the selected rows as a CSV file (.csv) — comma-separated values, readable by any spreadsheet or data tool.
The export runs in the background rather than blocking on the download: you get a job straight away, and the file appears in the Downloads panel when it is ready.
Formats
Exports are CSV. There is no Excel (.xlsx) export — open the CSV in Excel, which reads it natively.
Headers are the underlying database column names rather than the display names shown in the grid, and hidden columns are included. Rows come out ordered by primary key, not by the sort applied to your view.
Downloads Panel
After starting an export, the Downloads dropdown appears in the toolbar. It shows the status of your exports — in progress, ready to download, or failed. Click a completed export to download the file.
Delete
Click Delete to remove all selected rows. A confirmation dialog will appear before any data is deleted.
Deselecting
Click Deselect in the action bar, or click the header checkbox to clear the selection.