Question on behalf of Karin Liegmann:
I have a question regarding overview models: I would like to hide a subheader-button depending on some conditions. I know it is possible to hide row-action-buttons. Is there a possiblity to do the same with the subheader-button?
Answer on behalf of @cameron-windy-oak:
You might be able to add an annotation to it and then in the overview use the factory prop to create a custom OverviewButton, in which you will do your checks to see if the annotation is present and then if you want to render anything. If there is no annotation you can return the default OverviewButton component.