Triggering a, per row, function from one column to another. #4968
Unanswered
iamterryclark
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey there,
using v8
I'm not sure if this is possible but lets say I have a two column table.
i) when either the user double clicks on the input field
ii) when the action is fired.
I am having issues to implement 2ii
I have been trying an example using ref, forwardRef and ImperativeHandle but i am only able to then rename the last virtualRow. I assume as this was the last ref set in the react state.
Is there a way to trigger an action from one column to another?
Beta Was this translation helpful? Give feedback.
All reactions