Skip to content

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

  1. Click Edit in the action bar
  2. Select the column to update
  3. Enter the new value
  4. Confirm — all selected rows will be updated

Export

Click Export to download the selected rows. Choose from the following formats:

FormatExtensionDescription
CSV.csvComma-separated values, compatible with any tool
Excel.xlsxMicrosoft Excel workbook with formatted columns
JSON.jsonStructured JSON array, useful for API integrations

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.

SchemaStack Documentation