- Double-click a table in the sidebar to open it
- Or right-click → "Open in New Tab"
- Data loads with automatic pagination (1000 rows per page)
- Sort by clicking column headers
- Filter with the GUI filter builder
- Double-click a cell to enter edit mode
- Type the new value
- Press
Enterto confirm,Escapeto cancel - Press
Tabto move to the next column - Modified cells show a colored indicator
- Right-click any cell or row number → "Insert Row"
- New row appears at the top with green "+" marker
- Click each cell to enter values
- Press
Cmd/Ctrl+Sor click "Save Changes" to commit
- Click a row number to select the row
- Right-click → "Delete Row"
- Deleted rows show a red strikethrough
- Press
Cmd/Ctrl+Sto commit the deletion
All changes (edits, inserts, deletes) are batched and executed in a single transaction:
- Save:
Cmd/Ctrl+Sor click "Save Changes" - Discard: Click "Discard" to revert all pending changes
- Undo/Redo:
Cmd/Ctrl+Z/Cmd/Ctrl+Shift+Z
Right-click a cell in a foreign key column → click the "→ table.column" link to jump to the referenced row in a new tab.
- Table must have a primary key for editing (Tabloy uses PK in WHERE clause)
- Tables without primary keys are read-only