-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
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:
Line 158 in 584f88f
| [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?Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels