Configure Column Visibility in JSON
Set thevisible property on any column definition in your risksheet.json to control whether it appears in the grid by default:
visible is set to false, the column is hidden from the grid display and does not affect layout calculations. The default value is true — columns are visible unless explicitly hidden.
Hidden columns are useful for:
- Auxiliary data used by formulas but not displayed to users
- Sort-only columns (such as a zero-padded outline number)
- Fields that should not appear in any view
Use “Select Visible Columns” at Runtime
Users can toggle column visibility directly in the Risksheet interface without editing configuration:- Open the Risksheet context menu
- Select Select visible columns
- Check or uncheck columns to show or hide them
- Close the dialog to apply changes
Save and Reset Personal Column Settings
After adjusting column widths and visibility to your preference, you can persist them as personal settings:- Configure your preferred column widths and visibility
- Open the context menu and select Save columns
- Confirm the save when prompted
- Open the context menu and select Reset columns
- Confirm the reset when prompted
- The grid refreshes automatically, restoring default widths and visibility
Use Saved Views for Column Presets
Saved views provide administrator-defined column visibility presets that all users can switch between. Configure them in theviews array of your risksheet.json:
id values are visible when the view is active. All other columns are hidden. Users switch between views using the view selector in the Risksheet toolbar.
Toggle Review Columns
Risksheet provides a dedicated toggle for review-related columns. When review mode is activated:- The system reviews column becomes visible
- The add-reviews column becomes visible
- Row heights automatically adjust to accommodate review content
Header Group Collapsing
Columns grouped under a sharedheaderGroup can be made collapsible using collapseTo. When collapsed, the group shows only the target column:
Formula Columns and Visibility
Verification
After configuring column visibility, you should now see:- Only columns marked
visible: truedisplayed in the grid - Hidden columns excluded from the layout with no empty gaps
- Personal visibility selections persisting after page reload
- Saved views switching the visible column set when selected from the toolbar
See Also
- Create Saved Views — detailed view configuration
- Display Sub-Columns — header groups and collapsible columns
- Control Column Visibility in Exports — export-specific visibility
- Add a Basic Column — column configuration fundamentals
Sources
Sources
KB Articles
- Enable editing of read-only up-stream columns
- Select saved views
- What Work Items are visible on the Risksheet and understanding levels
ToggleReviewCommand.tsColumnsHelper.tsAppConfig.tsExportToPdf.tsResetColumnsCommand.ts