[v7] Need a good example of row deletion with button #3870
Unanswered
dongkyukim00
asked this question in
Q&A
Replies: 0 comments
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 have scoured the internet for a simple example of React Table that renders a button next to each row, and upon clicking, deletes the row. I am not sure why I am having trouble finding this, but when I try to implement this myself, the table renders incorrectly. When delete button is clicked, it removes the last row instead of the selected one. Here is a sample of what I'm trying to do. Any advice?:
Beta Was this translation helpful? Give feedback.
All reactions