Hey, Dev!
Are you looking for a forum full of active developers to help you?
So if you want to:
➡️ Get answers for your development issues
➡️ Help others
➡️ Write an article
➡️ Get rewarded for your active participation
Then this place is just for you and it is 100% FREE.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
How to change background color dynamically in cards region?
Ashish Sahay
Hi there, In the card region, we don't have declarative option to change color dynamically, but we can use the custom CSS option available in it. Add a column for color select case when deptno = 10 then 'has-bg-color-red' when deptno = 20 then 'has-bg-color-yellow' else 'has-bg-color-blue' end colorRead more
Hi there,
In the card region, we don't have declarative option to change color dynamically, but we can use the custom CSS option available in it.