Display files in a [[Introduction to Bases|Base]] as a table with a row for each file, and columns for [[Properties]] of that file. ![Example of a base showing a table view with a list of books](bases-noshadow.png#interface) ## Settings Table view settings can be configured in [[Views#View settings|View settings]]. ### Row height Row height lets you display more information. Choose between **short**, **medium**, **tall**, and **extra tall**. ## Shortcuts > [!info] Requires Obsidian 1.10 > Keyboard navigation and shortcuts for table views require Obsidian 1.10 which is currently in [[Early access versions|early access]]. Shift-click to create a cell selection. Right-click on the cell selection to get a context menu for the files. | Command | Description | | -------------------------------- | --------------------------------------------------------------------------------------------------------------- | | `Ctrl/Cmd-C` | Copy the selected cells. | | `Ctrl/Cmd-V` | Paste the selected cells | | `Ctrl/Cmd-z`, `Ctrl/Cmd-Shift-Z` | Undo and redo changes made while editing properties. | | `Ctrl/Cmd-A` | Select all cells in the current group | | `Ctrl/Cmd-Shift-Arrowkey` | Select all cells in a given direction. | | `ctrl-Space` | Select the column. | | `Shift-Space` | Select the row. | | `Enter` | Focus the current cell. For checkboxes, this toggles the checkbox. For formulas, this opens the formula editor. | | `Home` | Go to the first column. | | `End` | Go to the last column. | | `Pageup/Pagedown` | Navigate by visual page height. | | `Esc` | Clear the current cell selection. | | `Backspace` | Clear the current cells. | | `Tab` | Go to the next cell. | | `Shift-tab` | Go to the previous cell. |