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 Zeus16mo ago
maybe you can pass a class in extraAttributes and add the BG with css
Alnuaimi
AlnuaimiOP16mo ago
Where I can use it?
Lara Zeus
Lara Zeus16mo ago
you added it to your component if its a TextEntry or TextInput or whatever ->extraAttributes(['class'=>'my-bg'])
toeknee
toeknee16mo ago
No you want to use Custom Row Classes as per Tieme's reply
Alnuaimi
AlnuaimiOP16mo ago
Thanks I did it

Did you find this page helpful?