<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 ?
<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 ?
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
div.sticky {
position: -webkit-sticky; /* Safari */
position: sticky;
}
Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!
Inscrever-se| Publicações relacionadas | Respostas | Visualizações | Atividade | |
|---|---|---|---|---|
|
0
jan. 25
|
1 | |||
|
sorting on field - how to set it up?
Resolvido
|
2
mai. 19
|
23233 | ||
|
0
mai. 26
|
1 | |||
|
3
abr. 25
|
7964 | |||
|
0
fev. 25
|
3911 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.