Created
April 17, 2013 23:38
-
-
Save phpleo/5408655 to your computer and use it in GitHub Desktop.
Grid de Ext.js dentro de un grid oculto
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // http://forums.ext.net/showthread.php?7285-GridPanel-inside-div-having-style-display-none | |
| Try to replace: | |
| style="display:none;" | |
| by: | |
| class="x-hide-offsets" | |
| To show hidden div just remove that class | |
| Ext.get("divOverview").removeClass("x-hide-offsets"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment