extjs 表头合并

var columns = [new Ext.grid.RowNumberer(), this.checkModel, {
                    header : '月份',
                    width : 80,
                    dataIndex : 'year_month',
                    css : 'background:#EEEEEE;'
                }, {
                    header : '人员',
                    width : 70,
                    dataIndex : 'user_name',
                    css : 'background:#EEEEEE;'
                }, {
                    header : '项目总数',
                    width : 60,
                    dataIndex : 'project_num',
                    align : 'right',
                    css : 'background:#FFF9F5;'
                }, {
                    header : '匹配成功项目数',
                    width : 100,
                    dataIndex : 'p_matchok_num',
                    css : 'background:#FFF9F5;',
                    align : 'right'
                }, {
                    header : '项目匹配成功率(%)',
                    width : 120,
                    dataIndex : 'p_matchok_rate',
                    align : 'right',
                    css : 'background:#FFF9F5;'
                }, {
                    header : '可量产项目数',
                    width : 110,
                    dataIndex : 'p_productok_num',
                    align : 'right',
                    css : 'background:#FFF9F5;'
                }, {
                    header : '项目可量产率(%)',
                    width : 125,
                    dataIndex : 'p_productok_rate',
                    align : 'right',
                    css : 'background:#FFF9F5;'
                }, {
                    header :'压缩机送样机型数',
                    width : 120,
                    dataIndex : 'sample_num',
                    align : 'right',
                    css : 'background: #FFFFDD;'
                }, {
                    header :'已匹配机型数',
                    width : 90,
                    dataIndex : 's_match_num',
                    align : 'right',
                    css : 'background: #FFFFDD;'
                }, {
                    header :'样机已匹配率(%)',
                    width : 100,
                    dataIndex : 's_match_rate',
                    align : 'right',
                    css : 'background: #FFFFDD;'
                }, {
                    header : '匹配成功机型数',
                    width : 95,
                    dataIndex : 's_matchok_num',
                    align : 'right',
                    css : 'background: #FFFFDD;'
                }, {
                    header : '样机匹配成功率(%)',
                    width : 110,
                    dataIndex : 's_matchok_rate',
                    align : 'right',
                    css : 'background: #FFFFDD;'
                }];
        this.createSearchStore(columns);
        this.headColumn=new Ext.grid.ColumnModel({
            columns:columns,
            rows:[[{colspan:4,header:'&nbsp&nbsp',align:'center'},
                {colspan:5,header:'空调项目',align:'center'},
                {colspan:5,header:'压缩机样机',align:'center'}]]
        });
        this.sm = new Ext.grid.RowSelectionModel();
        this.searchGridPanel = new Ext.grid.GridPanel(this.applyCfg(
                this.searchGridPanelCfg, {
                    store : this.searchStore,
                    enableHdMenu : false,
                    loadMask : {
                        msg : '正在加载数据 ,请稍候...'
                    },
                    cm :this.headColumn,
                    sm : this.sm,
                    tabTip : '样机跟踪滚动统计汇总表',
                    viewConfig : {
                        onLoad : Ext.emptyFn,
                        listeners : {
                            beforerefresh : function(v) {
                                v.scrollTop = v.scroller.dom.scrollTop;
                                v.scrollHeight = v.scroller.dom.scrollHeight;
                            },
                            refresh : function(v) {
                                v.scroller.dom.scrollTop = v.scrollTop
                                        + (v.scrollTop == 0
                                                ? 0
                                                : v.scroller.dom.scrollHeight
                                                        - v.scrollHeight);
                            }
                        }
                    },
                    bodyStyle : 'width:100%',
                    height : 300,
                    plugins:[new Ext.ux.plugins.GroupHeaderGrid()],
                    autoWidth : true,
                    stripeRows : true,
                    iconCls : 'icon-grid',
                    region : 'center',
                    closable : true,
                    tbar : this.toolBar,
                    bbar : new Ext.PagingToolbar({
                                store : this.searchStore,
                                pageSize : this.pageSize,
                                displayInfo : true
                            })
                }));

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

qujianjiutian

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值