GenieFramework / GenieFramework/StippleUI.jl
Tables column names overriden
- Dominant language
- Julia
- Stars
- 90
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
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:
https://github.com/GenieFramework/StippleUI.jl/blob/584f88f756b4b35ec292811eac3db613f1b10362/src/Tables.jl#L158
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?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at src/Tables.jl around line 158 and inspect DataTableOptions and the column-name override introduced in v0.22.9. Compare the current behavior with the requested custom-name or opt-in alternatives; done requires an agreed option for preserving or configuring column names and relevant test coverage if available.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100