UNPKG

tanstack-table-deep-accessor-key-workaround

Version:
6 lines (5 loc) 261 B
import type { ColumnDef } from '@tanstack/react-table'; /** * This helper is a workaround for the {@link https://github.com/TanStack/table/issues/4754 issue} */ export declare function fixDeepAccessorColumnIds<A extends Array<ColumnDef<any>>>(columns: A): A;