bikram muduli
bikram muduli

Reputation: 23

table cell edit and update dynamically in react

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

Change the table cell into an input box

Editable cells in the table

Editable cells in the table

Below is the snippet I have tried till now: code

Upvotes: 0

Views: 294

Answers (1)

Karol Dabrowski
Karol Dabrowski

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

Related Questions