Highlight Row in Pivot Table based on a column value.

I was able to implement conditional cell highlighting but how do I set the row to highlight instead?

Is this possible?

There is no built-in API to do so, but it is possible with the datatable scheme, where $init will be triggered on each structure change:

Code Snippet

Please be aware that in such case, item fields will be generated based on the applied structure, so conditional formatting may require a complex checkup.