Documentation

@kanunilabs/datagrid-enterprise


@kanunilabs/datagrid-enterprise / SelectionStats

Interface: SelectionStats

What the stats strip shows for the current range. numeric is null when the range holds no numbers; truncated reports a range too large to total — both said out loud rather than shown as zeros.

Properties

cells

cells: number


numeric

numeric: { avg: number; count: number; max: number; min: number; sum: number; } | null


truncated

truncated: boolean