效果图: DOJO代码: var monitorGrid = new dojox.grid.EnhancedGrid( { id : 'monitorTable', store : store, structure : layout, columnReordering : true, clientSort : true, rowSelector : '20px', rowsPerPage : 5, autoHeight : true, escape
效果图:
DOJO代码:
var monitorGrid = new dojox.grid.EnhancedGrid( {
id : 'monitorTable',store : store,
structure : layout,
columnReordering : true,
clientSort : true,
rowSelector : '20px',
rowsPerPage : 5,
autoHeight : true,
escapeHTMLInData : false,
plugins : {
pagination : {
pageSizes : [ "5", "10", "15", "All" ],
description : true,
sizeSwitch : true,
pageStepper : true,
gotoButton : true,
position : "bottom"
}
}
}, "monitorTable");
疑问:如果在紧接标题下加个统计行怎么实现?实现后效果图如下:
希望知道如何实现首行统计的老师,前辈指点下,以帮助以后遇到同样问题的同行可以解决问题,谢谢!非常感谢!