Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
3678 Vizualizări

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

Imagine profil
Abandonează
Cel mai bun răspuns

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

Imagine profil
Abandonează

div.sticky {

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

position: sticky;

}

Related Posts Răspunsuri Vizualizări Activitate
0
ian. 25
1
2
mai 19
21046
3
apr. 25
4932
0
feb. 25
1458
0
ian. 25
1219