Ext.layout.container.Table: renderChildren OR getRenderTree
Ext.layout.container.Table: renderChildren OR getRenderTree
In Ext.layout.container.Table exists methods renderChildren and getRenderTree. Both of them are called by the container show. Is that correct? If yes, what method override to the behavior change? Both?
I found the following problem: first calls getRenderTree, after calling in dom appears correct content, then call renderChildren and replaces the previous contents ....