UNPKG

ag-grid-community

Version:

Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components

7 lines (6 loc) 192 B
import { IRowModel } from "./iRowModel"; export interface IServerSideRowModel extends IRowModel { purgeCache(route?: string[]): void; getBlockState(): any; isLoading(): boolean; }