So doLayout
was removed from Ext.Container
in ExtJS 6 and I'm trying to figure out what's the proper substitute of it. Or is it just not necessary at all to do a call to a method to refresh the layout ? and I'm using updateLayout
but I'm not sure this is the way to go.
Any ideas?