Is it possible to customize borders for a row conditionally? #629
Unanswered
ilko-nikolov
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For example I have
And it works. There's a column with day property. If it's dividable by 7, the background for the entire row is light gray.
But instead of changing background color, I want to set the bottom border for the row to be for example 3px solid black.
I'm doing it like this
borderBottom: '3px solid black'
but it doesn't work.Beta Was this translation helpful? Give feedback.
All reactions