UNPKG

ag-grid-enterprise

Version:

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

13 lines (12 loc) 420 B
import type { BeanCollection, IStatusPanelComp } from 'ag-grid-community'; import { AgNameValue } from './agNameValue'; export declare class TotalRowsComp extends AgNameValue implements IStatusPanelComp { private rowModel; wireBeans(beans: BeanCollection): void; postConstruct(): void; private onDataChanged; private getRowCountValue; init(): void; refresh(): boolean; destroy(): void; }