跳至内容
菜单
此问题已终结
1 回复
3697 查看

<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;

}

相关帖文 回复 查看 活动
0
1月 25
1
2
5月 19
21071
3
4月 25
4978
0
2月 25
1484
0
1月 25
1245