(V8) Triggering a, per row, function from one column to another.
I'm not sure if this is possible but lets say I have a two column table.
1) An action column where I want to trigger a function e.g. 'rename' on a input field.
2) An input component, which changes from a span to an input box.
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 cell to change the state of another?
a short example might be
`
0 Replies