Open
Description
Is your feature request related to a problem? Please describe.
There two popular naming convection exists: CamelCase and snake_case.
But in my case property names come from database column names, where snake_case is used.
Describe the solution you'd like
Please apply your rule also for snake_case. I expect Snake Case
.
Describe alternatives you've considered
Or, probably, allow to configure a callback, which could be used to generate labels.
Framework
No response
RendererSet
No response
Additional context
No response