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