I used a bbar in a grid, I also add a pageSize plugin on it. This plugin code comes from here .
I expect the pageSize combobox to be put at the left side of bbar.
Code:
bbar: {
xtype: 'pagingtoolbar',
store: this.store,
displayInfo: true,
displayMsg: this.displayText,
plugins: new Ext.ux.grid.PageSize(),
listeners: {
afterrender : function() {
this.child('#refresh').hide();
}
}
}
I expect the pageSize combobox to be put at the left side of bbar.
but the combobox is at the right side ><
Does anyone know what's wrong with this plugin?
Aucun commentaire:
Enregistrer un commentaire