You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are two features that I'm surprised don't extend to table borders (it's quite possible, and I hope! that I'm using them wrong):
Padding in margins so that a border doesn't take up the whole cell; an extension of opt_horizontal_padding or opt_vertical_padding.
Ability to use color values from another column to color borders within a specific column using the from_column function in the color argument of cell_borders.
For the color-related issue, here is what I attempted and what I recieved:
There are two features that I'm surprised don't extend to table borders (it's quite possible, and I hope! that I'm using them wrong):
opt_horizontal_padding
oropt_vertical_padding
.from_column
function in the color argument of cell_borders.For the color-related issue, here is what I attempted and what I recieved:
SUCCESS
FAILURE
Meanwhile, re: my first question, how can I get borders that look like the orange ones (instead of the black ones that wrap the whole cell)...?
The text was updated successfully, but these errors were encountered: