Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
1 Antworten
3982 Ansichten

I tried to use colors="red" in my o2m treeview xml file, but it don't have any effects.


I want to color the background color of the row, not the  value


How can I achieve this?

Avatar
Verwerfen
Beste Antwort

 Hi,

   You can use decoration-info,decoration-muted,decoration-danger attributes.You can check it in the code for examples

<tree decoration-info="state == 'draft'" decoration-muted="state == 'closed'" decoration-danger="state == 'revoked'"/>                 

Avatar
Verwerfen
Autor

Hello Mr. Lee,

I used this attr but it colors the value, i want to color the cells of a row

Verknüpfte Beiträge Antworten Ansichten Aktivität
1
März 25
1416
0
Nov. 24
1592
4
Juni 25
47313
0
Juni 24
1629
1
Juni 24
2145