Skip to content

Support for postgres data type json? #147

@MaVoit

Description

@MaVoit

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions