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