Skip to main content

Data Viewer

The 8base Data Viewer lets you search and manage table records. You can sort, filter, and search your tables. You can also edit table rows and import data from CSV files.

To open the Data Viewer, click Data in the sidebar, select the table you want to work on, and then click the data tab.

8Base Data Viewer

Adding Records

To create a new table record:

  1. Click the + button next to the table name.
  2. A form will appear that displays all table fields. Adding a new record in the Data Viewer
  3. Fill in the fields and click Add Row.
note

All validations specified in the schema definition are enforced while using the Data Viewer. For example, if you have set a field to always have unique values, you will see a warning if you try to create or edit a record where this field has a duplicate value.

Editing Records

To edit records:

  1. Click the checkbox next to the record. Click the pencil icon. Edit button in Data Viewer
  2. A dialog box opens. Update the fields and click Submit Changes.

Deleting Records

To delete records:

  1. Select the records you want to delete.
  2. Click the ... menu.
  3. Click Delete selected records. Deleting records
  4. A dialog box opens. Click Delete.
    danger

    This action cannot be undone.

Filtering Records

You can apply filters to reduce the number of records displayed. Multiple filters can be added and used together.

Filtering records in the Data Viewer

Sorting Records

Data records can be sorted using one or more attributes. Sort attributes are ranked in the order in which they were created. Additionally, filters can be applied to reduce the number of records displayed. Multiple filters can be added and used together.

Sorting records in the Data Viewer

Selected Fields

You can customize which field columns display in the Data Viewer. Click on the [Selected Fields] drop-down and toggle on/off desired fields. You can also choose to show all or hide all.

In the same drop-down, columns can be reordered. Simply drag items in the drop-down to any preferred order.

Selecting fields in the Data Viewer

note

By default, the createdAt, and updatedAt field columns are hidden in the Data Viewer.

Advanced Sorting and Filtering

The Data Viewer's filtering and sorting UI does not support filtering based on related tables.

You can use the API Explorer for advanced table filtering and sorting.