加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

dojo 的EnhancedGrid插件

发布时间:2020-12-16 21:27:26 所属栏目:百科 来源:网络整理
导读:效果图: DOJO代码: var monitorGrid = new dojox.grid.EnhancedGrid( { id : 'monitorTable', store : store, structure : layout, columnReordering : true, clientSort : true, rowSelector : '20px', rowsPerPage : 5, autoHeight : true, escapeHTMLIn

效果图:

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");

疑问:如果在紧接标题下加个统计行怎么实现?实现后效果图如下:


希望知道如何实现首行统计的老师,前辈指点下,以帮助以后遇到同样问题的同行可以解决问题,谢谢!非常感谢!

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读