GridCellWithCount

Extended GridCell, props to show how often appears in data source and how often visible

TypeScript
export interface GridCellWithCount extends
Extends

GridCell

Properties

PropertyDescription
countHow many times Cell appears in Data Source
visibleCountHow 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