You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: React-Table: Could not find a column with id: department
Error: React-Table: Could not find a column with id: organization
Depending on which column I click
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I expect this code to allow me to filter by a specific filterValue and a specific column but I get the error
What does kind of work is this
But then im only able to filter by department. I can swap
accessor: department
withaccessor: organization
but then I can only filter by organizationI want to filter by department and organization.
Beta Was this translation helpful? Give feedback.
All reactions