Hello everyone,
I would like to use dash AG grid to display a dataframe, and make a column shown as textarea.
Users can change the value but it will keep showing same placeholder in individual cells.
I assume it could be done through cell rendered components but I’m not familiar with React.
If it is possible, can someone give me the hints of an example?
I make a simple illustration to express my idea.
Thank you in advance.
-
For placeholder → keep showing same original value
-
For value → user can input cells if they want to change and save new values by clicking the button
The button will dump new values to a nickname.txt and can be newly loaded to the table when users run the app.