easy UI的分页栏在加载数据的时候能看到是有的 但是数据加载完成了就没了 然后f12检查又出现了 网上说是fit的问题 但是我需要fit属性必须为true
$("#dg0").datagrid({
url : "table24/table24Action!findTable5List.action?column2=1",
iconCls : "icon-application_view_list",
fit : true,
pagination : true,
rownumbers : true,
border : false,
striped : true,
singleSelect : true,
autoRowHeight : false,
pageSize : 50,
pageList : [50,100,500,1000],
这种问题咋解决