ag-grid-community
Version:
Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue
9 lines (8 loc) • 594 B
TypeScript
import type { BeanCollection } from '../context/context';
export declare function expandAll(beans: BeanCollection): void;
export declare function collapseAll(beans: BeanCollection): void;
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
export declare function onRowHeightChanged(beans: BeanCollection): void;
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
export declare function resetRowHeights(beans: BeanCollection): void;
export declare function resetRowGroupExpansion(beans: BeanCollection): void;