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
[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 🙏🏼1 Reply
fascinating-indigo•2y ago
Apologies for the unhelpful reply but I'm also running into this, the documentation surrounding this is exceptionally poor - further compounded by the shift away from hooks making all community documentation redundant.