Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
4992 Lượt xem

I have a tree view list having multiples columns of checkboxes. I can change the color of the cell, but I can't change the color of the tick mark or the box surrounding the tick mark only. Any idea?

My code for changing the cell color is:

<field name="unsafe_condition"
attrs="{'column_invisible': [('parent.scored','!=',False)]}"
options='{"bg_color": "#FF8080: unsafe_behavior == True"}' />


Ảnh đại diện
Huỷ bỏ

You can use style directly but not with options. eg: <field name="name" style="color:red !important;"/>

or you can add a css file in assets backend. To set according to condition inherit the form renderer js.

Bài viết liên quan Trả lời Lượt xem Hoạt động
2
thg 12 23
1866
4
thg 5 15
5623
1
thg 6 24
1912
0
thg 11 23
1502
2
thg 7 24
8037