thehyve / react-json-to-table

react-json-to-table
GNU General Public License v3.0
36 stars 28 forks source link

Feature request: Edit content #21

Open Amedeo91 opened 3 years ago

Amedeo91 commented 3 years ago

It would be cool if, by clicking on the cell on the table, a modal will open with the possibility to change that value. Once the modification is done, a callback passed as a prop will be called with the entire object up to date.

Do you think it can be done?

Let me know!