Undo & Redo
TinyTables maintains a 50-action history. Undo mistakes instantly: cell edits, row additions, column changes, and deletions.
Keyboard shortcuts
| Shortcut | Action |
|---|---|
| Cmd+Z (Mac) / Ctrl+Z (Win) | Undo last action |
| Cmd+Shift+Z / Ctrl+Shift+Z | Redo (undo the undo) |
What can be undone
| Action | Undoable? |
|---|---|
| Cell value change | Yes |
| Row addition | Yes |
| Row deletion | Yes |
| Row duplication | Yes |
| Column addition | Yes |
| Column deletion | Yes |
| Column type change | Yes |
Limitations
- 50 actions max: older actions fall off the history
- Per-user: each user has their own undo history
- Session-based: history clears when you close the table
- Not affected by other users: someone else's edits don't affect your undo stack
Tip
Accidentally deleted a column with data? Press Cmd+Z immediately. The column and all its data are restored. The undo history preserves everything.