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 tab.
Adding Records
To create a new table record:
- Click the + button next to the table name.
- A form will appear that displays all table fields.
- Fill in the fields and click Add Row.
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:
- Click the checkbox next to the record. Click the pencil icon.
- A dialog box opens. Update the fields and click Submit Changes.
Deleting Records
To delete records:
- Select the records you want to delete.
- Click the ... menu.
- Click Delete selected records.
- 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.
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.
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.
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.