We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 781beb7 commit 134414eCopy full SHA for 134414e
packages/table-core/src/filterFns.ts
@@ -11,7 +11,7 @@ const includesString: FilterFn<any> = (
11
.getValue<string | null>(columnId)
12
?.toString()
13
?.toLowerCase()
14
- .includes(search)
+ ?.includes(search)
15
)
16
}
17
0 commit comments