Editing a cell in react-table #2760
Unanswered
TenzingT-Lama2001
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
-
Hey guys I have never worked with creating table (worked with html basic tables). I recently found out about react-table.So i basically want to create a table that fetches data from an Api and has edit and delete functionality. I was quite successful with the fetching and displaying in table part also creating actions. But how do I edit and delete? My Api only has id and name. I want to edit name when clicking the edit button and delete the row when i click the delete button. Thank you :)
Beta Was this translation helpful? Give feedback.
All reactions