Understanding Table Views
Table views display records as rows and fields as columns:- Rows - Individual records
- Columns - Fields from your object
- Cells - Field values you can edit inline
- Headers - Column titles with sorting and filtering
- Scanning many records quickly
- Bulk editing data
- Comparing records side-by-side
- Importing and exporting data
Creating a Table View
Configure initial settings
- Select which columns to display
- Set default filters
- Choose default sort order
Each object can have multiple table views with different columns, filters, and sorting.
Working with Columns
Adding Columns
Reordering Columns
- Click and hold the column header
- Drag left or right to the desired position
- Release to drop the column
Resizing Columns
- Hover over the edge of a column header
- Cursor changes to a resize handle (↔)
- Drag to adjust width
- Double-click the edge to auto-fit content
Hiding Columns
Method 1: Column menu- Click the ••• menu in the column header
- Select Hide column
- Click view options (Settings icon)
- Toggle columns on/off
Pinning Columns
Pin important columns to keep them visible while scrolling:- Click the column menu (•••)
- Select Pin column
- Pinned columns stay on the left
Inline Editing
Edit data directly in the table:- Text Fields
- Number Fields
- Date Fields
- Select Fields
- Relation Fields
- Boolean Fields
- Click any text cell
- Start typing to replace or edit
- Press
Enterto save - Press
Escto cancel
Tab- Move to next cellShift+Tab- Move to previous cell↑↓- Move up/down (when not editing)
Selecting Rows
Select rows to perform bulk actions:Selection Methods
Click Checkbox
Click the checkbox at the start of a row to select it.
Select Range
Click one row, hold
Shift, click another row to select range.Select All
Press
Cmd/Ctrl+A or click the header checkbox to select all visible rows.Multi-Select
Hold
Cmd/Ctrl and click multiple rows to select non-contiguous rows.Bulk Actions
When rows are selected, the action bar appears:- Edit - Update field values for all selected
- Delete - Remove selected records
- Export - Download selected as CSV
- Assign - Change owner or assignee
- Run Workflow - Execute workflow on selected
Selected count appears in the action bar. Click X to deselect all.
Table View Settings
Customize how your table appears and behaves.View Options
Click the settings icon to access:Columns
Columns
- Show/hide columns
- Reorder columns
- Set default column widths
- Choose label identifier field
Filters
Filters
- Add filter conditions
- Combine filters with AND/OR
- Save filter presets
Learn More
See the Filters guide for details →
Sorting
Sorting
- Sort by any column
- Multi-column sorting
- Ascending or descending
Learn More
See the Filters guide for details →
Grouping
Grouping
- Group rows by select fields
- Collapsible groups
- Group summaries
Display Options
Display Options
- Row height (compact, normal, tall)
- Show/hide row numbers
- Wrap text in cells
- Freeze first column
Saving View Changes
Changes to views can be: Auto-saved:- Column reordering
- Column resizing
- Filter changes
- Sort changes
- View name changes
- Sharing settings changes
Advanced Features
Aggregation
See summary statistics at the bottom of columns: Available aggregations:- Count - Number of records
- Sum - Total of number fields
- Average - Mean value
- Min/Max - Lowest/highest value
- Empty/Not Empty - Count of blank cells
- Click column menu (•••)
- Select Aggregate
- Choose aggregation type
Grouping Records
Organize rows into collapsible groups:
Best fields for grouping:
- Status fields
- Priority levels
- Assigned users
- Categories or types
Quick Filters
Filter without opening settings:- Click the filter icon in column header
- Choose filter operator
- Enter value
- Filter applies immediately
Column Formulas
Formulas are coming soon. You’ll be able to create calculated columns based on other fields.
View Sharing
Control who can see and use your views:Personal Views
Default for new views you create:- Only you can see the view
- Not visible to other workspace members
- Perfect for personal work views
Shared Views
Make views available to your team:- Open view settings
- Toggle Share view
- Choose who can access:
- Everyone in workspace
- Specific roles
- Specific users
View Permissions
- Can View - See the view and data
- Can Edit View - Modify view settings
- Can Edit Data - Change record values (follows object permissions)
Table View Best Practices
Create views for different workflows
Create views for different workflows
Instead of one view for everything, create focused views:✅ Good:
- “My Open Tasks”
- “High Priority This Week”
- “Completed This Month”
- “All Tasks” (too broad)
Show only necessary columns
Show only necessary columns
Too many columns make tables hard to use:
- Start with 5-8 key columns
- Add more only if needed
- Hide columns you rarely use
Use consistent sorting
Use consistent sorting
Set a default sort that makes sense:
- Tasks: Sort by due date
- Leads: Sort by score or created date
- Projects: Sort by priority then deadline
Name views descriptively
Name views descriptively
View names should indicate:
- What’s included
- Who it’s for
- When to use it
- “Sales Pipeline - Q1”
- “My Active Projects”
- “Overdue Invoices”
Save filters you use often
Save filters you use often
Instead of recreating filters:
- Set up filters once
- Save as a new view
- Access instantly next time
Use keyboard shortcuts
Use keyboard shortcuts
Navigate faster:
↑↓←→to move between cellsEnterto editTabto move to next cellEscto cancelCmd/Ctrl+Ato select all
Performance Tips
For large tables:- Use filters to limit visible records
- Hide unused columns to reduce rendering
- Avoid too many relation fields (they load additional data)
- Use pagination instead of loading all records
Next Steps
Kanban Views
Visualize workflows with kanban boards
Filters and Sorting
Master advanced filtering and sorting
Importing Data
Bring data into table views via CSV
