I've combed the docs and API references, but I'm not seeing a way to trigger a refresh to a group row when a selection changes has been made to it's children.
Working ag-grid in angular 7, I'm using a custom renderer for the group inner and would like to be able to change the styling of the group based on the selection being made. I would prefer to not rerender the grid, but only refresh the group row if possible.
Aside from storing the selection in a store, is there any way to trigger such a refresh on a group row?