Handle edition with textEditor for nested json #3269
Unanswered
Thomas-Lacomblez
asked this question in
Q&A
Replies: 1 comment
-
Not sure what you want to achieve with |
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 !
I am using a nested json object as in my code below. I used formater in column to print the value, but it doesn't handle the editing with the textEditor provided by react-data-grid. I would like to be able to handle the nested array/objects to be able to edit them. The textEditor use onRowChange method (in my example code it's set with setRows) to handle the edit with nested json and how could I handle as default with setRows() for simple properties and also be able to handle nested properties etc.
Beta Was this translation helpful? Give feedback.
All reactions