Using Saved Views
Saved views are pre-configured column sets defined by administrators that let you quickly switch between different column layouts without manually selecting columns each time.Define Saved Views in Configuration
Open the Configuration Editor (Menu > Configuration > Edit Risksheet Configuration) and add view definitions in theviews section:
- Show specific columns only: List the column IDs you want visible
- Show all except specific columns: Start with
"@all", then prefix column IDs with-to hide them
Select a View
After defining views, users can select them from the dropdown in the RISKSHEET top panel:Set a Default View
Starting with version 24.1.0, you can configure a default view that opens automatically: In Configuration:risksheetTopPanel.vm, use Velocity scripting to set the default view based on current user, role, or other context:
Using the Column Selector
For one-time column visibility changes without pre-configured views, use the interactive column selector:- Click the Menu icon ☰ in the RISKSHEET toolbar
- Select Select Visible Table Columns
- Check/uncheck columns in the dialog
- Click Apply
Conditional Column Visibility with Cell Decorators
For advanced scenarios where column editability depends on work item field values, use cell decorators to dynamically control thereadonly state:
The column-level
readOnly property makes a column non-editable for all users. Cell decorators provide row-level control, making cells readonly based on item data. This enables workflows where editability depends on item state.Verification
After configuring saved views, you should see:- View selector dropdown in the RISKSHEET top panel with your defined view names
- Clicking a view name immediately shows/hides columns according to the configuration
- If you set a
defaultView, that view loads automatically when opening the RISKSHEET
- Only the checked columns visible in the grid
- Hidden columns removed from the display until you check them again or refresh the page
See Also
- Create Saved Views - Manage saved view configurations
- Configure Column Sorting - Control column sort behavior
- Control Column Visibility in Exports - Hide columns in PDF/Excel exports
- Saved Views - Complete saved views reference
- Configuration Properties Index - All configuration properties
Sources
Sources
KB ArticlesSupport TicketsSource Code
ToggleReviewCommand.tsResetColumnsCommand.tsAppConfig.tsSaveColumnsCommand.tsColumnsHelper.ts