Custom row actions with an editable row #569
Unanswered
mmeadwell22
asked this question in
Q&A
Replies: 1 comment
-
@mmeadwell22 I'm not sure if it will help but I'm using the table's |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a table that has some custom row actions like Delete. I want to make the row editable with a custom edit button next to the delete button. I followed the code snippet below but when the row switches into editing mode the row action column does not change to display the "Cancel" or "Save" buttons. I began trying to implement a custom "Save" button but I could not figure out a way to save the changes to the row. Am I missing something simple? Any help would be appreciated!
Just to note when I don't have a custom action column everything seems to work and the "Cancel" and "Save" buttons appear as they should.
Below is the implementation on the table
Beta Was this translation helpful? Give feedback.
All reactions