/** * Row Grouping feature for @toolbox-web/grid-react * * Import this module to enable the `groupingRows` prop on DataGrid. * Automatically bridges React JSX `groupRowRenderer` to vanilla DOM. * * @example * ```tsx * import '@toolbox-web/grid-react/features/grouping-rows'; * * * ``` * * @example Custom group row renderer * ```tsx * {params.key}: {params.value} ({params.rows.length}), * }} /> * ``` * * @packageDocumentation */ export type { _Augmentation as _GroupingRowsAugmentation } from '@toolbox-web/grid/features/grouping-rows'; //# sourceMappingURL=grouping-rows.d.ts.map