After upgrading to vaadin 24.5.0.alpha1 I saw that Column.setClassNameGenerator is deprecated and Column.setPartNameGenerator should be used instead.
Is there a reason why we can’t have both?
I often use setClassNameGenerator to give the cell specific attributes like “no-padding” or “background”, also often combining them. Assigning these “attributes” via a part feels not right because part should only be one value and not multiple. A class is a better use case for this so I would love to keep this method.