major
nice-to-have
defect
major
enhancement
minor
#23394
GridComponent: make technical column a config option
GridComponent: make technical column a config option
...so far this column had to be removed programmatically in derivations if it was not needed.
I hope a simple component configuration option now serves the same purpose.
showTechnicalColumn=<"true">|<"false">
The new parameter is optional. Default is backward compatible: "true".
So there is no need for migration.
Test
The implementer of this ticket has not created a test.