easyui 在layout中嵌套一个datagrid,layout能正常显示,但是datagrid不显示的问题?
<divid="cc"class="easyui-layout"style="width:1350px;height:900px;"><divdata-options="...
<div id="cc" class="easyui-layout"
style="width: 1350px; height: 900px;">
<div data-options="region:'west',title:'选择检查项',split:true"
style="width: 940px; height: 900px">
<table id="t1"></table>
</div>
下面是js写法
<script type="text/javascript">
$(function() {
$("#t1").datagrid( {
url : '<%=path%>/jsp/data1.json',
fitColumns : true,
nowrap : true,
striped : true,
fit : true,
columns : [ [ {
field : 'max_check',
title : '检查大类',
width : 100
}, {
field : 'min_check',
title : '检查小类',
width : 100
}, {
field : 'content_check',
title : '检查内容',
width : 100
}, {
field : 'person',
title : '主负责人',
width : 100
}, {
field : 'cycle',
title : '周期',
width : 100
} ] ]
});
})
json串书写正确,引用也正确。但是页面显示的时候datagrid就是显示不出来,求大神指教。 展开
style="width: 1350px; height: 900px;">
<div data-options="region:'west',title:'选择检查项',split:true"
style="width: 940px; height: 900px">
<table id="t1"></table>
</div>
下面是js写法
<script type="text/javascript">
$(function() {
$("#t1").datagrid( {
url : '<%=path%>/jsp/data1.json',
fitColumns : true,
nowrap : true,
striped : true,
fit : true,
columns : [ [ {
field : 'max_check',
title : '检查大类',
width : 100
}, {
field : 'min_check',
title : '检查小类',
width : 100
}, {
field : 'content_check',
title : '检查内容',
width : 100
}, {
field : 'person',
title : '主负责人',
width : 100
}, {
field : 'cycle',
title : '周期',
width : 100
} ] ]
});
})
json串书写正确,引用也正确。但是页面显示的时候datagrid就是显示不出来,求大神指教。 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询