Easyui设置datagrid自适应屏幕宽度的方法
width=100%不行 但auto可以width:auto; height: 450px; padding: 5px" toolbar="#toolbar" rownumbers="true" fitcolumns="true" singleselect="false">
·
width=100%不行 但auto可以
<table class="easyui-datagrid" style="width:auto; height: 450px; padding: 5px" toolbar="#toolbar" rownumbers="true" fitcolumns="true"
singleselect="false">
</table>
更多推荐
所有评论(0)