EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: James on August 21, 2020, 06:30:26 AM



Title: How to make frozen columns fix at right side
Post by: James on August 21, 2020, 06:30:26 AM
im try to edit css

to make [view1 view2 scroll] to [view2 view1 scroll]

Quote
.datagrid-view1 {
    left: auto;
    right: 0;
}
.datagrid-view2 {
    left: 0;
    right: auto;
}

but only got [view2 scroll view1]

how can I  frozen columns at right side of datagrid with scroll at right side