Skip to main content

Cell Decorators

JavaScript functions that toggle CSS classes on cells based on data values, enabling dynamic conditional styling for risk levels, status indicators, and threshold alerts.

CSS Classes

Custom CSS class definitions in the styles configuration object, including RPN color coding, header group styling, bold formatting, and column-specific appearance rules.

Conditional Formatting

Complete reference for combining cell decorators, styles, and formulas to create data-driven visual indicators for risk levels, workflow status, and field completeness.

Item Colors

Row-level and item-level color coding based on work item properties, risk parameters, and workflow status for visual risk identification across the grid.
diagram
Custom styles in Risksheet typically need !important to override the grid’s default styling. Always include !important in background-color and color declarations within the styles object. Without it, your custom colors will be overridden by the grid’s built-in styles.

Key Configuration Properties

  • Formulas --- calculated values that drive conditional styling thresholds
  • Configuration Properties Index --- full property reference for all sheet configuration settings
  • Column Types --- column definitions including cellCss and cellRenderer properties
Last modified on July 10, 2026