-
Notifications
You must be signed in to change notification settings - Fork 219
Open
Description
Is there any way I can display the value of a column with datatype json in the edit view?
Currently I am just getting the string representation of the object, which is [object Object].
settings.json:
{
"name": "custom_data",
"verbose": "Data",
"control": {
"text": true
},
"type": "json",
"allowNull": true,
"defaultValue": null,
"listview": {
"show": true
},
"editview": {
"show": true
}
}
Metadata
Metadata
Assignees
Labels
No labels