View and Edit Data
Once a table has columns and rows, you can browse, search, filter, add, edit, and delete data directly in the table view.
Open a table
Click on a table name in the Tables list to open it. The data is displayed in a spreadsheet-like grid showing all rows and columns.

Toolbar overview
The toolbar above the table provides quick access to all table actions:
Search
Opens a search box to filter rows by keyword
Filter
Opens the filter panel to apply column-level rules
ADD
Dropdown with three options: Add Column, Add Row, Import Data
Export
Opens the share and export options
Analyse
Opens the analysis script generator
Refresh
Reloads the latest data from the server
Settings
Opens the table settings page
Search
Click the Search button in the toolbar.
Type your search term in the box that appears.
The table updates to show only rows that match.
Click the X to clear the search, or Close to dismiss the search box.
Filter
Click the Filter button in the toolbar.
The filter panel opens. Click Add filter rule.
For each rule, choose a column, an operator (such as equals, contains, or starts with), and a value.
Add more rules if needed - multiple rules are combined to narrow the results further.
Click Apply to filter the table.
To remove a rule, click the trash icon next to it.
To clear all filters, open the filter panel and remove all rules, then apply again.
Add a row
Click the ADD button in the toolbar.
Select Add Row from the dropdown menu.
A form appears with a field for each column (the primary key is filled in automatically).
Fill in the values.
Click Save to add the row.


Edit a row
Click the pencil icon at the left side of the row you want to edit.
The row edit form opens with the current values pre-filled.
Make your changes.
Click Save.
You can also delete the row permanently from this form using the Delete Row button.
Lock a row
Locking prevents a row from being edited further. To lock or unlock a row:
Click the lock icon on the row in the grid, or
Open the row edit form and use the Lock row toggle.
Locking a row is useful when a record has been verified and should not change. Only users with the appropriate permission can lock or unlock rows.
Select rows
Use the checkbox at the start of each row to select individual rows.
Use the checkbox in the column header to select or deselect all visible rows at once.
Selected rows can then be deleted in bulk.
Delete rows
Select one or more rows using the checkboxes, then use the delete option to remove them.
Deleting rows is permanent and cannot be undone. Consider exporting your data before deleting rows.
Sort data
Click on a column header to sort the table by that column. Click again to toggle between ascending and descending order.
Special cell types
JSON cells
If a column stores JSON data, clicking the cell opens a JSON preview popup showing the formatted JSON content. This is read-only.
Image cells
If a column stores images, clicking the cell opens an image gallery showing all images attached to that row. Click any image to open it in a new browser tab.
Pagination
Use the Previous and Next arrows at the bottom of the table to move between pages. Use the rows per page dropdown to control how many rows are shown at once (for example, 10, 25, 50, or 100 rows per page).
Refresh
Click the Refresh button in the toolbar to reload the latest data from the server. This is useful if other team members are adding data at the same time.
Audit log
The audit log shows the full change history for your table's rows.
Click the Settings button in the toolbar.
Navigate to the Audit Log section.
Each entry shows what was changed and when.
Expand an entry to see the individual field changes.
Administrators can roll back a row to a previous state by clicking Rollback next to any history entry.
The audit log is a useful tool for tracking data quality, resolving disputes, and recovering from accidental changes.
Last updated