global filter ignores other columns
I am using react-table like this:
What I do not understand is why the global filter ONLY works with the column "id" but when I type "Peter" in my global filter input, I get nothing/table is removed, even if I have a user called "Peter".
I mean I can see the columns firstName and lastName but the global filter is ignoring them
1 Reply
typical-coralOP•2y ago
I found the solution!
when one of your rows contains null, it will be ignored while global filtering