Skip to content

Commit 342215b

Browse files
committed
fix: add filterRowsUtils export
1 parent 29a3a32 commit 342215b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/table-core/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export * from './features/RowSorting'
2727

2828
//utils
2929
export * from './utils'
30+
export * from './utils/filterRowsUtils'
3031
export * from './utils/getCoreRowModel'
3132
export * from './utils/getExpandedRowModel'
3233
export * from './utils/getFacetedMinMaxValues'

0 commit comments

Comments
 (0)