Skip to content

Tables column names overriden #121

@jeremiedb

Description

@jeremiedb

Not a bug per se as it seems a deisgn choice, but the introduction of the override of column names in DataTableOptions in v0.22.9:

[Column(string(name), sortable = true, label = label_clean(name)) for name in TablesInterface.columnnames(t.data)]

happened to be undesirable for our applications. I would personally favor in general limited stylistic side effects from functions by default. Could adding a kw arg in DataTableOptions for specifying custom column names as Vector{String} cover those custom names needs, or having an opt-in "clean_colnames" boolean indicator?

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