ag-grid-community
Version:
Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue
5 lines (4 loc) • 326 B
TypeScript
import type { BeanCollection } from '../context/context';
export declare function setRowCount(beans: BeanCollection, rowCount: number, maxRowFound?: boolean): void;
export declare function getCacheBlockState(beans: BeanCollection): any;
export declare function isLastRowIndexKnown(beans: BeanCollection): boolean | undefined;