We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db745af commit 74d35d4Copy full SHA for 74d35d4
packages/table-core/src/index.ts
@@ -27,6 +27,7 @@ export * from './features/RowSorting'
27
28
//utils
29
export * from './utils'
30
+export * from './utils/filterRowsUtils'
31
export * from './utils/getCoreRowModel'
32
export * from './utils/getExpandedRowModel'
33
export * from './utils/getFacetedMinMaxValues'
0 commit comments