Posted 12 November 2020, 6:03 pm EST
I wanted to change the style of the cell for a row
I tried using the presenter for the column but I get some spacing/padding between the cells. below is what I used
presenter: “<span {{? it.c_2_17579_override === 1 }}style=“background-color: #FF344D; display: block;”{{?}}>{{=it.c_2_17579}}”
Problem is padding on the parent div. Is there a way to apply the style to the div conditionally