<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;
}
Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!
Aanmelden| Gerelateerde posts | Antwoorden | Weergaven | Activiteit | |
|---|---|---|---|---|
|
0
jan. 25
|
1 | |||
|
sorting on field - how to set it up?
Opgelost
|
2
mei 19
|
23232 | ||
|
0
mei 26
|
1 | |||
|
3
apr. 25
|
7955 | |||
|
0
feb. 25
|
3909 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.