Filtering column outside of table
I am so lost with the TanStack documentation on filtering, it's is utterly confusing and I want to do something that is other wise incredibly simple.
Out side my table I have a checkbox. Assumer there's a boolean state
Simple? I cannot for the life of mew figure out how to do this.
Any help and example would be appreciated
Out side my table I have a checkbox. Assumer there's a boolean state
[checked, setChecked]. When it's checked, the table should filter out any rows with row.original.status === 'completed'.Simple? I cannot for the life of mew figure out how to do this.
Any help and example would be appreciated