We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 047348f commit 5411f1aCopy full SHA for 5411f1a
packages/table-core/src/utils/getFilteredRowModel.ts
@@ -53,7 +53,7 @@ export function getFilteredRowModel<TData extends RowData>(): (
53
})
54
55
56
- const filterableIds = columnFilters.map(d => d.id)
+ const filterableIds = (columnFilters ?? []).map(d => d.id)
57
58
const globalFilterFn = table.getGlobalFilterFn()
59
0 commit comments