Open a locked grid sample.
Notice that the grid isn't using the new store in the locked grid, still showing as many rows as before the reconfigure.
Code:
Ext.ComponentQuery.query('gridpanel[lockable=true]')[0].reconfigure(new Ext.data.Store(), [{dataIndex : name, locked : true }, { dataIndex : 'name' }])Notice that the grid isn't using the new store in the locked grid, still showing as many rows as before the reconfigure.
Aucun commentaire:
Enregistrer un commentaire