Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 8cab999

Browse files
committed
Merge branch 'improveFiltering'
2 parents e25143b + 2c9d419 commit 8cab999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Table.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ export function Table(tableData: TableDataType) {
214214
setColumnSizing(updater);
215215
},
216216
onColumnOrderChange: setColumnOrder,
217-
globalFilterFn: fuzzyFilter,
217+
globalFilterFn: "includesString",
218218
meta: tableData,
219219
defaultColumn: defaultColumn,
220220
getExpandedRowModel: getExpandedRowModel(),

0 commit comments

Comments
 (0)