@tanstack/table-core
Version:
Headless UI for building powerful tables & datagrids for TS/JS.
8 lines • 297 B
TypeScript
import { TableFeature } from "../../types/TableFeatures.js";
//#region src/features/row-sorting/rowSortingFeature.d.ts
/**
* Feature that adds row sorting state, defaults, and column/table sorting APIs.
*/
declare const rowSortingFeature: TableFeature;
//#endregion
export { rowSortingFeature };