05 2023 档案
ExtJs GridPanel 自定义汇总
摘要:{ text: '订单金额', dataIndex: 'amount', renderer: function(value){ return Ext.util.Format.number(value, '0.00'); }, summaryType: function(records) { var 阅读全文
posted @ 2023-05-19 12:08 wakaka_wka 阅读(69) 评论(0) 推荐(0)
ExtJs 为指定列的列头文本更改颜色
摘要:gc.getView().getHeaderCt().columnManager.getHeaderByDataIndex('IsUsing').addCls('edmodecol');若要移除则使用:removeClscss:.edmodecol{ color:red; } 阅读全文
posted @ 2023-05-14 18:07 wakaka_wka 阅读(62) 评论(0) 推荐(0)