注意如下几个点就行:
1、数据网格(DataGrid)所在的table属性上级div无需设置width;
2、.datagrid属性:fitColumns为false 或者不填
3、在style中给.datagrid-body设置 overflow:auto;
<style> .datagrid-body{ overflow:auto; } .datagrid-header-row > td { border-bottom: 1px solid #DFDFDF !important; } </style>
效果如下:左边(frozenColumns)固定,右边(columns)超出表单属性可移动
原文地址:https://www.cnblogs.com/mlorct/p/10783071.html
时间: 2024-11-05 23:34:03