React filter null value in column
i'm on react-table v8
i am trying to figure out how to filter out (or the opposite) null values in a specifique column.
I switch mode with a button in the header.
what should I pass in
header.column.setFilterValue() to do so?thanks