コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
3979 ビュー

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?

アバター
破棄
最善の回答

 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'"/>                 

アバター
破棄
著作者

Hello Mr. Lee,

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

関連投稿 返信 ビュー 活動
1
3月 25
1411
0
11月 24
1587
4
6月 25
47298
0
6月 24
1624
1
6月 24
2142