コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
3888 ビュー

<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
21280
3
4月 25
5306
0
2月 25
1688
0
1月 25
1436