New to KendoReact? Learn about KendoReact Free.
CompositeHighlightDescriptor
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.
Name | Type | Default | Description |
---|---|---|---|
cells |
|
A map of cell identifiers to a boolean indicating whether the cell should be highlighted. | |
filters |
|
An array of filter descriptors representing the filters applied to the grid. | |
logic |
|
The logical operator ('and' | 'or') used to combine the filters. |