major
nice-to-have
defect
major
defect
minor
#22852
CSS class in `ColumnConfig` is configured with the `class` attribute
The configuration option for a column's CSS class should never be " class," as this option is "reserved" for the implementation class of a PolymorphicConfiguration.
Code Migration
- Change ` column/@class ` to ` column/@cssClass`.
- Change ` column/@classGroupFirst ` to ` column/@cssClassGroupFirst`.
- Change ` column/@classGroupLast ` to ` column/@cssClassGroupLast`.
Test
No test.