ag-grid-enterprise
Version:
Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue
8 lines (7 loc) • 374 B
TypeScript
import type { IRowChildrenService, NamedBean, RowNode } from 'ag-grid-community';
import { BeanStub } from 'ag-grid-community';
/** handles row grouping and tree data logic */
export declare class SsrmRowChildrenService extends BeanStub implements NamedBean, IRowChildrenService {
beanName: "rowChildrenSvc";
getHasChildrenValue(rowNode: RowNode): boolean | null;
}