Sometimes what seems like the easiest things are so convoluted in practice. I needed to style the Grouping header in an AdvancedDataGrid when a given child node had a specific value for one of it's given variables. More specifically, when a variable enabled had a boolean value of true, I wanted to show users that a child node was enabled, without having to open each parent node one at a time.
I figured that somewhere in the Grouping there would be way to do this, or maybe even a specific renderer for grouping headers, but there was nothing...and I really didn't see any example on doing this; so that's why I'm publishing my solution to the problem.
<>The solution is to use a styleFunction on the AdvancedDataGrid itself. Then determine if you're looking at a parent or child node, >Read on...







