In initComponent of Ext.panel.TablePanel callParent() must before configuring store handler because store can be string (in config options) and parent detect store from store manager.
In initComponent of Ext.panel.TablePanel callParent() must before configuring store handler because store can be string (in config options) and parent detect store from store manager.
This is fixed after PR5.
Aaron Conran
@aconran