React-table and React-select #4189
Unanswered
Jen-codehesion
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone. I have a react table with columns and rows. 1) If there has been a change to the data in the cells of the table an api is used to change the color of the cells. 2) I also have a react-select dropdown which I need to link to the table to filter through those changes and only show the rows where the change has occurred. My current issues: 1) How to link my dropdown to my table. 2) How to filter the column. Can Anyone help?
Beta Was this translation helpful? Give feedback.
All reactions