<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;
}
Create an account today to enjoy exclusive features and engage with our awesome community!
Přihlásit se| Related Posts | Odpovědi | Zobrazení | Aktivita | |
|---|---|---|---|---|
|
0
led 25
|
1 | |||
|
sorting on field - how to set it up?
Vyřešeno
|
2
kvě 19
|
23223 | ||
|
0
kvě 26
|
1 | |||
|
3
dub 25
|
7931 | |||
|
0
úno 25
|
3890 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.