You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if(height){// after expansion, ensure display is correct, and we set it to none for hidden containers to improve performancethis.style.display=height=="0px" ? "none" : "block";}
If the grid is being rendered while styled as "display: none", the height will be 0px. I'm trying to render the grid as a tree in a hidden node and expand all the tree nodes programmatically, and this is causing the child nodes to be styled with "display: none".
The text was updated successfully, but these errors were encountered:
kriszyp
added a commit
to kriszyp/dgrid
that referenced
this issue
May 29, 2012
tree.js:100-103
If the grid is being rendered while styled as "display: none", the height will be 0px. I'm trying to render the grid as a tree in a hidden node and expand all the tree nodes programmatically, and this is causing the child nodes to be styled with "display: none".
The text was updated successfully, but these errors were encountered: