Documentation

@kanunilabs/datagrid-react-enterprise


@kanunilabs/datagrid-react-enterprise / SelectionStats

Interface: SelectionStats

What the footer strip shows for the current range.

numeric is null when the range holds no numbers at all (a text column), and truncated is true when the range was too large to total — see the limit below. Both cases are reported 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