Skip to Content
मेन्यू
This question has been flagged
1 Reply
3651 Views

<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
Discard
Best Answer

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
Discard

div.sticky {

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

position: sticky;

}

Related Posts Replies Views Activity
0
जन॰ 25
1
2
मई 19
20973
3
अप्रैल 25
4811
0
फ़र॰ 25
1430
0
जन॰ 25
1199