UNPKG

ag-grid-community

Version:

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

6 lines (5 loc) 160 B
import type { IRowNode } from './iRowNode'; export interface RedrawRowsParams<TData = any> { /** Row nodes to redraw */ rowNodes?: IRowNode<TData>[]; }