var grid = new Ext.grid.GridPanel({ cm : new Ext.grid.ColumnModel([{header : '按钮,xtype : 'actioncolumn',width : 90,align : 'center',items : [{text: '按钮'}]}])});
tbar:Ext.create("Ext.Toolbar",{
items:[{
xtype:'button',
text:'按钮'
}]
})
tbar:[{text:'按钮'}]
这是2.x版本的代码吧,如果第一列是复选框是怎么配上去的?