ext grid添加2行topbar

Posted gouermazi

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ext grid添加2行topbar相关的知识,希望对你有一定的参考价值。

bbar: paginToolbar(this.getStore()),
            dockedItems: [{
                xtype: ‘toolbar‘,
                dock: ‘top‘,
                items: me.createSrearchPanel()
            }
            ,
            {
                xtype: ‘toolbar‘,
                //dock: ‘top‘,
                items: {xtype: ‘button‘,margin: ‘0 0‘,iconCls:‘edit‘,id:‘showoffswitch‘,text: ‘隐藏页面统计数据‘,handler:function(){me.countsShowOff();}}
            }
            ],

 

以上是关于ext grid添加2行topbar的主要内容,如果未能解决你的问题,请参考以下文章

Ext.js 4.2 默认选中Grid行

ext js 传入行号后grid自动选中

Ext.grid.Panel如何做到根据需要动态的显示或者是隐藏行或列

如何在 Ext JS Grid 3.2 的列标题中添加过滤器选择器

ext表单合并行

如何在 Ext.grid.GridPanel 的一行中添加颜色选择器