Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
3905 Visualizzazioni

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

Avatar
Abbandona
Risposta migliore

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

Avatar
Abbandona

div.sticky {

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

position: sticky;

}

Post correlati Risposte Visualizzazioni Attività
0
gen 25
1
2
mag 19
21302
3
apr 25
5352
0
feb 25
1725
0
gen 25
1465