Replies: 1 comment
-
There is an example that will get you almost all the way there right on the v7 docs. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to create a table that can be an editable per row when clicking on an edit icon button in a table cell. I also want to make it possible that when a row is being edited the edit icon button changes to a save icon button and a cancel icon button. Here is my code:
https://codesandbox.io/s/interesting-resonance-nfyjs?file=/src/App.tsx
Beta Was this translation helpful? Give feedback.
All reactions