Skip to content

Instantly share code, notes, and snippets.

@phpleo
Created April 17, 2013 23:38
Show Gist options
  • Select an option

  • Save phpleo/5408655 to your computer and use it in GitHub Desktop.

Select an option

Save phpleo/5408655 to your computer and use it in GitHub Desktop.
Grid de Ext.js dentro de un grid oculto
// 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