package.build.lib.utils.getGroupedRowModel.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, RowModel, RowData } from '../types';
export declare function getGroupedRowModel(): (table: Table) => () => RowModel;
© 2015 - 2024 Weber Informatics LLC | Privacy Policy