Overview
Views allow you to save different configurations of your table - filters, sorting, column visibility, and column order. Create multiple views to show different perspectives on your data to different teams.Save Configurations
Save filters, sorts, and column settings
Access Control
Control who can see each view
Multiple Perspectives
Create views for different use cases
Team Collaboration
Share views with specific teams or roles
Creating a View
Set View Access
Choose who can see this view:
- Specific Users: Individual user access
- Teams: All members of selected teams
- Roles: All users with selected roles
What Gets Saved in a View
| Setting | Saved | Description |
|---|---|---|
| Column Filters | Yes | All active filter conditions |
| Sorting | Yes | Column sort order and direction |
| Column Visibility | Yes | Which columns are shown/hidden |
| Column Order | Yes | The arrangement of columns |
| Column Pinning | Yes | Pinned columns (left/right) |
| Pagination | Yes | Page size preference |
| Global Filter | Yes | Search text (optional) |
Managing Views
Switching Between Views
Click on view tabs at the top of the table to switch between saved views. The active view is highlighted.Editing a View
Saving Changes to a View
When you modify filters, sorting, or column settings while in a view:- A “Save Changes” indicator appears
- Click Save for Everyone to update the view for all users
- Or discard changes by switching to another view
Only users with edit permission on the view can save changes.
Duplicating a View
Create a copy of an existing view to start from a similar configuration.Renaming a View
Deleting a View
View Permissions
Control who can access each view separately from table permissions.Setting View Access
When creating or editing a view, specify access by:| Access Type | Description |
|---|---|
| Users | Specific individual users |
| Teams | All members of selected teams |
| Roles | All users with selected roles |
Permission Levels
| Permission | Description |
|---|---|
| View | Can see and use the view |
| Edit | Can modify view settings and save changes |
| Delete | Can delete the view |
Default View
The first view (or “All Records” view) is typically accessible to all users with table access. Custom views can restrict access further.Use Cases
Team-Specific Views
Team-Specific Views
Create views filtered to show only records relevant to each team:
- Sales Team View: Filter by
assigned_team = Sales - Support Team View: Filter by
assigned_team = Support
Status-Based Views
Status-Based Views
Create views for different workflow stages:
- Pending Review: Filter by
status = Pending - Approved: Filter by
status = Approved - Needs Attention: Filter by
priority = HighANDstatus != Complete
Time-Based Views
Time-Based Views
Create views for time-sensitive data:
- This Week: Filter by
due_datewithin current week - Overdue: Filter by
due_date < todayANDstatus != Complete
Role-Based Access
Role-Based Access
Create views with different column visibility:
- Manager View: All columns visible
- Staff View: Sensitive columns (salary, cost) hidden
FAQs
Who can create a View?
Who can create a View?
Users with Creator or Editor permissions on the table can create views.
Who can delete a View?
Who can delete a View?
Users with Creator permissions or explicit delete permission on the view can delete it.
Who can modify a View?
Who can modify a View?
Users with Edit permission on the view can modify settings and save changes.
How many Views can I create?
How many Views can I create?
There’s no limit to the number of views you can create per table.
Can I reset a view to default?
Can I reset a view to default?
Click the settings icon and select Reset View to clear all filters and sorting while keeping the view configuration.
For AI Agents
API: Create View
API: Get All Views
API: Get Specific View
API: Update View
API: Save View State
View State Structure
UI Elements
| Element | Location | Purpose |
|---|---|---|
| View Tabs | Below toolbar | Switch between views |
| Add View Button | View tab bar | Create new view |
| View Settings | View tab | Edit/Delete/Duplicate |
| Save Changes | Toolbar | Save view modifications |