major
nice-to-have
defect
major
defect
minor
#22852
CSS class in `ColumnConfig` is configured with the `class` attribute
The configuration option for the CSS class of a column should in no case be class, because this option is "reserved" for the implementation class of a PolymorphicConfiguration.
Code migration
- From column/@class make column/@cssClass.
- From column/@classGroupFirst make column/@cssClassGroupFirst.
- From column/@classGroupLast make column/@cssClassGroupLast.
Test
No test.