package.build.lib.utils.getExpandedRowModel.d.ts Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of table-core Show documentation
Show all versions of table-core Show documentation
Headless UI for building powerful tables & datagrids for TS/JS.
The newest version!
import { Table, Row, RowModel, RowData } from '../types';
export declare function getExpandedRowModel(): (table: Table) => () => RowModel;
export declare function expandRows(rowModel: RowModel): {
rows: Row[];
flatRows: Row[];
rowsById: Record>;
};
© 2015 - 2025 Weber Informatics LLC | Privacy Policy