Set Default Visibility in Column Configuration
Each column definition supports avisible property that controls its default display state. Set visible to false to hide a column by default:
visible is not specified, it defaults to true. Hidden columns remain part of the configuration and can be made visible through saved views or the column visibility selector.
Use Saved Views for Predefined Layouts
Define multiple column visibility presets in theviews array. Each view lists the column IDs to display:
Enable Personal Column Selection
Users can further customize their view using Select visible columns in the toolbar. This setting persists on the user’s local computer across sessions.Save and Reset Column Settings
Users can persist or restore their column width and visibility customizations:- Save columns — saves the current column width and visibility as personal settings. A confirmation prompt prevents accidental saves.
- Reset columns — restores column width and visibility to the default configuration defined in
risksheet.json, removing all personal customizations. The sheet refreshes automatically after reset.
| Action | Scope | Persistence | Notes |
|---|---|---|---|
Column visible property | All users | Permanent (configuration) | Set in risksheet.json |
Saved views (views) | All users | Permanent (configuration) | Admin-defined presets |
| Select visible columns | Per user | Browser storage | Resets on view switch |
| Save columns | Per user | Server-side | Survives browser changes |
| Reset columns | Per user | Removes personal settings | Confirmation required |
Toggle Review Columns
Review columns can be toggled independently using the review toggle command. This shows or hides the review and add-review system columns (SYSTEM_COL_REVIEWS and SYSTEM_COL_REVIEWSADD), and automatically adjusts row heights to accommodate the changed layout.
The
collapseTo column group collapse state resets on every page reload. For persistent column hiding, use saved views or the Select visible columns feature instead of relying on column group collapsing.Control Visibility in Exports
For PDF exports, use thehideColumns parameter to temporarily hide columns during the export process. Columns are hidden during export and automatically restored afterward:
Verify Your Changes
You should now see the view selector dropdown in the toolbar with your defined views. Switching views should toggle column visibility immediately. The Select visible columns option should persist your choices until you switch views. The Reset columns command should restore the original configuration defined inrisksheet.json.
See Also
- Create Saved Views — define saved view presets in detail
- Control Column Visibility in Exports — export-specific visibility
- Work with Formulas and Hidden Columns — formula interaction with visibility
- Control Column Visibility — column-level visibility settings
Sources
Sources
KB ArticlesSupport TicketsSource Code
ToggleReviewCommand.tsResetColumnsCommand.tsAppConfig.tsSaveColumnsCommand.tsColumnsHelper.ts