<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 ?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
<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!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
2
May 19
|
18865 | ||
|
0
Dec 24
|
59 | ||
|
0
Oct 24
|
3 | ||
|
5
Nov 23
|
40251 | ||
Create dynamic tree view
Solved
|
|
3
Sep 23
|
7672 |