Skip to content

Add read_only_columns to TableConfig #138

@dantownsend

Description

@dantownsend

We could add a read_only_columns option to TableConfig. When set, the UI would then render that column's input field as read only in the edit page.

TableConfig(Post, read_only_columns=[Post.created_on])

It's useful because sometime there's stuff you don't want users to be able to modify.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions