-
if missing?
In line 203 (in onDestroy) there is an if missing. Comparing the Ext JS 3.2.1 version of the RowExpander with yours I think the onDestroy function should look like this:
PHP Code:
if (this.keyNav) {
this.keyNav.disable();
delete this.keyNav;
}
var mainBody = this.grid.getView().mainBody;
mainBody && mainBody.un( 'mousedown', this.onMouseDown, this);
-
It might have been deliberate, but I'll look into it. Thanks for the heads up.
-
@daiei27,
Wondered if you have an 4.x compatible version of this updated UX?
-
I haven't had time to upgrade yet...
Maybe someone could help if you post some code snippets and/or whatever errors you were seeing...
-
Hi Anybody please post the upgraded version of Rowexpander plugin . The one which is there in Sencha docs have some issue. Please post the upgraded for ext4.0