먼저 Ext.grid.GridPanel에 tbar 객체
가 있어야 하고 리스너를 추가해야 합니다. {
'render': function() {
bbar2.render(this.tbar) / / 1개의 tbar 추가
//twoTbar.render(this.tbar); // 2개의 tbar 추가
// threeTbar.render(this.tbar) // 3개의 tbar 추가
}
}
여기에 bbar2가 있는 것을 볼 수 있으니 막대를 많이 추가할 수 있습니다