ELopes
ELopes
I didn't select it to update. Only selected ( * ) the @react-workspaces dependency
@mtsgrd did you change the openvpn.tmpl and recreated the docker image? Or how did you fixed it?
It's related with #32
Hi @michelengelen , thank you for the reply. Setting the col to `editable: false` creates a de-synchronization between what is presented and the grid state. https://codesandbox.io/p/devbox/clever-chaplygin-6pq5x4?file=%2Fsrc%2FDemo.tsx%3A108%2C21 In the example above,...
I adapted your proposed solution to my usecase and it's not working properly with `TAB` and `SHIFT+TAB` and `editMode='row'`: https://stackblitz.com/edit/react-wsb1ap-nokwtk?file=Demo.tsx It would also increase considerably the complexity of the solution...
Thank you @MBilalShafi / @michelengelen for the time you spent on this. I tried to simplify our use cases on my initial post, and for that case your proposed solution...
@zannager any specific reason for that status change?
@MBilalShafi here is the example, using `isCellEditable`: https://stackblitz.com/edit/react-wsb1ap-6eu6rq?file=Demo.tsx If you go into edit mode, change the quantity from 25 to 26, you can no longer tab to `Last Editable Col`....
@MBilalShafi thank you again for your time. Your example works, except for: - If you change the `Quantity` to 21, you can `TAB` to the last column, but you cannot...
Here is a screen recording of your latest codesandbox showing the tab behavior:  Thank you again for looking into this :)