Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
3610 Widoki

<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 ?

Awatar
Odrzuć
Najlepsza odpowiedź

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

Awatar
Odrzuć

div.sticky {

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

position: sticky;

}

Powiązane posty Odpowiedzi Widoki Czynność
0
sty 25
1
2
maj 19
20949
3
kwi 25
4787
0
lut 25
1382
0
sty 25
1166