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