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

<tree>

<field name="field_a"/>

<field name = "field_b" />

<field name = "field_c" />

<field name = "field_d" />


<tree>


How can i make the field_a sticky when i scroll the view horizontally ?

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

give a class and add css to that class
am not a pro with css but i guess, position:fixed or absolute ll give the sticky effect

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

div.sticky {

position: -webkit-sticky; /* Safari */

position: sticky;

}

Bài viết liên quan Trả lời Lượt xem Hoạt động
0
thg 1 25
1
2
thg 5 19
21246
3
thg 4 25
5249
0
thg 2 25
1662
0
thg 1 25
1416