Add action button to table rows using v.7 #2556
Unanswered
mytterland
asked this question in
General
Replies: 1 comment
-
use evt.stopPropagation |
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 working on a web application displaying some data using react-table, and I want to add an edit button to each row as reported here: #324. The difference is that I'm using the useTable-hook. Also, I have an onClick-event on each row that fires a redirect action, so I don't want the edit action to conflict with this event. Is this possible?
Beta Was this translation helpful? Give feedback.
All reactions