diff --git a/packages/table-core/src/helpers/tableFeatures.ts b/packages/table-core/src/helpers/tableFeatures.ts index d8ebd2b12d..a451827530 100644 --- a/packages/table-core/src/helpers/tableFeatures.ts +++ b/packages/table-core/src/helpers/tableFeatures.ts @@ -10,7 +10,7 @@ import type { TableFeatures } from '../types/TableFeatures' * @example ```tsx * import { tableFeatures, ColumnVisibility, RowPinning } from '@tanstack/react-table' * const _features = tableFeatures({ ColumnVisibility, RowPinning }); - * + * * const table = useTable({ _features, rowModels: {}, columns, data }); * ``` */