Configure a Column Header Tooltip
- Open your RISKSHEET configuration file (
risksheet.json) - Locate the column definition where you want to add a tooltip
- Add the
headerTooltipproperty with your description:
- Save the configuration file
- Refresh the RISKSHEET widget
Configure a Group Header Tooltip
For column groups, use theheaderGroupTooltip property. This property must be placed in the first column of the group to work correctly.
Tooltip Configuration Patterns
Here’s how tooltips work at different header levels:Example: Risk Assessment Columns
Here’s a complete example showing tooltips for typical FMEA columns:Verification
You should now see:- A tooltip appearing when you hover over any configured column header
- The tooltip text matching your
headerTooltipconfiguration - For grouped columns, a separate tooltip on the group header row
See Also
- Configure Cell Styles — Apply conditional styling to cell content
- Configure Row Header Styles — Style the row header column
- Configuration Properties Index — Complete reference of all properties
- Risksheet.json Format — Configuration file structure
Sources
Sources
KB ArticlesSupport TicketsSource Code
AppConfig.tsrisksheet.jsonMultiItemLinkEditor.tsComparisonManager.tsAppConfigHelper.ts