How to set record background-color ?

I want to change the color of the entire record and not field depending on a specific situation
6 Replies
Lara Zeus
Lara Zeus14mo ago
maybe you can pass a class in extraAttributes and add the BG with css
Alnuaimi
AlnuaimiOP14mo ago
Where I can use it?
Lara Zeus
Lara Zeus14mo ago
you added it to your component if its a TextEntry or TextInput or whatever ->extraAttributes(['class'=>'my-bg'])
toeknee
toeknee14mo ago
No you want to use Custom Row Classes as per Tieme's reply
Alnuaimi
AlnuaimiOP14mo ago
Thanks I did it

Did you find this page helpful?