تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
3867 أدوات العرض

<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
يناير 25
1
2
مايو 19
21266
3
أبريل 25
5283
0
فبراير 25
1675
0
يناير 25
1424