Power table - Highlight rows

I have a power table of audit events, and I want to highlight a whole row based on the user. I know I have to use the configureCell function, I’m just not sure how to go about it

This works with a PowerTable after clicking the TestData checkbox:

if system.security.getUsername() == 'john.doe' and self.data.getValueAt( rowIndex, 'Boolean Column') == True:
return {'background': '#DDDDDD'}