UNPKG

ag-grid-enterprise

Version:

Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue

10 lines (9 loc) 408 B
import type { _ModuleWithoutApi } from 'ag-grid-community'; /** * @feature Editing -> Group Row Edit * Enables `groupRowEditable` and `groupRowValueSetter` on group rows. * When `groupRowEditable` is set but no `groupRowValueSetter` is provided, * the module supplies the builtin that distributes the edited value to * descendant rows. */ export declare const RowGroupingEditModule: _ModuleWithoutApi;