How to create some cells editable while others are read-only? #3039
Unanswered
ankursehdev
asked this question in
Q&A
Replies: 1 comment
-
Well, I found some answers in one of the Tanner awesome live session video. Here is the link, worth watching https://www.youtube.com/watch?v=pyVPVcCEYOs&ab_channel=TannerLinsley and example: https://codesandbox.io/s/tannerlinsleyreact-table-editable-data-ji8dp Happy Coding. Thanks Tanner for this awesome library! |
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.
-
Hello Team,
I am looking to create a table with some editable cells and others for read-only, and how can I read the final data?
The goal is to read the final edited version and send over an API to save in the DB.
Pointers/examples will be helpful.
Beta Was this translation helpful? Give feedback.
All reactions