Reputation: 23
I am new to react. I want to achieve the below functionality in react for a grading table of students. How can I do that?
Please refer to the images.
Change the table cell into an input box
Editable cells in the table
Below is the snippet I have tried till now: code
Upvotes: 0
Views: 294
Reputation: 1310
I had similar requirements in one of my projects lately and I used React Data Grid library. Basing on your description, it has everything you need.
Upvotes: 1