效果图:
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");
疑问:如果在紧接标题下加个统计行怎么实现?实现后效果图如下: