Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
3508 Vistas

<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
Descartar
Mejor respuesta

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
Descartar

div.sticky {

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

position: sticky;

}

Publicaciones relacionadas Respuestas Vistas Actividad
0
ene 25
1
2
may 19
20845
3
abr 25
4638
0
feb 25
1254
0
ene 25
1093