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