Skip to content

Question: How to customize controls used in editor module? #116

@Oliver-Loeffler

Description

@Oliver-Loeffler

Thanks a lot for this great R package. Its a breeze to work with and it actually works very well. Kudos!
I've got a question. When preparing a data.frame for editing, the UI controls selected for the editor UI are chosen automatically depending on their data type.

There are some cases, where one would like to choose a textAreaInput over the normal textInput. Especially when one would like to memorize line breaks and some kind of formatting, a textAreaInput works better than textInput.

Is there any desired way to configure the editor module accordingly? One could think about to either set an option to define the control type for a specific column to override the defaults (or by adding an attribute).

If not, is a pull request welcome to provide such feature?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions