Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
1 Responder
3885 Visualizações

<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
Cancelar
Melhor resposta

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
Cancelar

div.sticky {

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

position: sticky;

}

Publicações relacionadas Respostas Visualizações Atividade
0
jan. 25
1
2
mai. 19
21278
3
abr. 25
5298
0
fev. 25
1682
0
jan. 25
1430