filter rows based on the row.original?
Is there a built-in way to filter the rows based on a value not visible in the table?
My rows have a
revokedAt
column which isn't part of the columns, but i want to be able to toggle whether i show them or not. I did it the react way like this but it feels very hacky, is there a built in for this?'
afternote: this breaks a lot of other stuff so feels way wrong
3 Replies
flat-fuchsiaOP•3y ago
or is the best solution just to do conditional render of the row based on the condition?
flat-fuchsiaOP•3y ago

wise-white•3y ago
Conditional render in the table itself would be my preference and I believe preferred practice for this library.