Good day,
I'm trying to create a color gradient for the header rows of a table.
I attempted to do this by creating a row rule formula using this: "background: linear-gradient(to right, blue, green);"
However it doesn't pass through to my rendered results.
Is it possible to do such a thing?
I've seen a few posts about conditional formatting based on values, etc. But this is different. I want some rows on the table to have the color gradient.