Documentation

@kanunilabs/datagrid-react


@kanunilabs/datagrid-react / GridSummaryBarProps

Interface: GridSummaryBarProps<TRow>

Defined in: datagrid-react/src/components/GridSummaryBar.tsx:12

Type Parameters

TRow

TRow = GridRowData

Properties

columnModel

columnModel: ColumnModel<TRow>

Defined in: datagrid-react/src/components/GridSummaryBar.tsx:15


defs

defs: readonly SummaryDef<TRow>[]

Defined in: datagrid-react/src/components/GridSummaryBar.tsx:13


rowCount?

optional rowCount?: number

Defined in: datagrid-react/src/components/GridSummaryBar.tsx:17

Row count shown alongside the totals.


rowCountLabel?

optional rowCountLabel?: string

Defined in: datagrid-react/src/components/GridSummaryBar.tsx:18


values

values: Record<string, number | null>

Defined in: datagrid-react/src/components/GridSummaryBar.tsx:14