Replies: 1 comment
-
Hi @najmera30, I'm not sure I understand exactly what you're asking. Can you share a Codepen with what you've tried to get this working so I can get a better understanding of what you're trying to accomplish? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The selection for the row is based on an id matching basis. If the ids match (i.e if true), I want to set the row as selected. If not, then not-selected. How do I achieve this in a functional component using 'useState' and 'useEffect'. Also, I want to use setIndex instead of setKey. Any examples of custom selection?
Beta Was this translation helpful? Give feedback.
All reactions