ag-grid-enterprise
Version:
Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue
10 lines (9 loc) • 490 B
TypeScript
import type { IProvidedStatusPanelParams, IStatusPanelComp, IStatusPanelParams } from 'ag-grid-community';
import { AgNameValue } from './agNameValue';
export declare class SelectedRowsComp extends AgNameValue implements IStatusPanelComp {
postConstruct(): void;
private onRowSelectionChanged;
init(params: IStatusPanelParams & IProvidedStatusPanelParams): void;
private updateValueFormatter;
refresh(params: IStatusPanelParams & IProvidedStatusPanelParams): boolean;
}