GridCellWithCount
Extended GridCell, props to show how often appears in data source and how often visible
TypeScript
export interface GridCellWithCount extendsExtends
Properties
| Property | Description |
|---|---|
| count | How many times Cell appears in Data Source |
| visibleCount | How many times Cell appears in Visible Rows |
Property Details
count
How many times Cell appears in Data Source
TypeScript
count: number;Property Value
number
visibleCount
How many times Cell appears in Visible Rows
TypeScript
visibleCount?: number;Property Value
number