Good morning, I need to add an editable column in a gridField because I don't want to lose functionality. Is it possible to do this?
Discussion posts and replies are publicly visible
Hi Luis Miguel ,
A read-only grid is meant for displaying data, so using a gridField in this context isn't possible. However, there are two potential workarounds:
Use an editable grid and set readOnly: true for all columns except the one you want to make editable.
readOnly: true
Try if you can use a related action to update the specific value.