Skip to main content

Configure Cell Styles

Define CSS styles for cells, headers, and column groups using the styles property in your configuration.

Configure Row Header Styles

Customize row header appearance with custom renderers and conditional coloring based on risk values.

Add Header Tooltips

Add descriptive tooltips to column headers to provide guidance and context for data entry fields.

Apply Conditional Formatting

Use cell decorators to apply dynamic styling based on cell values, highlighting risk thresholds and status indicators.

Configure Item Colors

Set up severity-based cell coloring and visual indicators to highlight required fields and risk levels.
diagram
Define your CSS class names in styles, write the conditional logic in cellDecorators, and reference the decorator by column id. Always use !important in style definitions to override grid defaults.
KB ArticlesSource Code
  • risksheet.json
  • AppConfig.ts
  • CommentBasedReview.java
  • CellPreviewFormatter.ts
  • ExportToPdf.ts