CompositeHighlightDescriptor
Interface
Represents a composite highlight descriptor for a grid. It contains a map of cell identifiers to their highlight status, an array of filter descriptors, and the logical operator used to combine the filters.
Definition
Package:@progress/kendo-react-grid
Properties
cells
{ [key: string]: boolean }
A map of cell identifiers to a boolean indicating whether the cell should be highlighted.
filters
CompositeFilterDescriptor | FilterDescriptor[]
An array of filter descriptors representing the filters applied to the grid.
logic
"or" | "and"
The logical operator ('and' | 'or') used to combine the filters.