Is there a way to dynamically change the background color of a groupHeader?
Background I have a table with open/closed windows grouped by floor. If a window of a group is open, the background color of the groupHeader should be red, otherwise green.
With the rowFormatter I manage to dynamically change the background color of a data row, but not the color of the groupHeader.