Essentially, when you click the child component servernode masonry item, it expands the size of the of that masonry item to view more details and fires the redraw function so everything adjusts accordingly. This works fine if the item is not inside a component, but when inside the component the redraw doesnt seem to recognize the size of the item has changed.
Hello,
I am trying to nest the masonry tile/masonry item inside of a component that is a child of the container. i.e:
Container Component: ServerNodes
Child Component: ServerNode
Essentially, when you click the child component servernode masonry item, it expands the size of the of that masonry item to view more details and fires the redraw function so everything adjusts accordingly. This works fine if the item is not inside a component, but when inside the component the redraw doesnt seem to recognize the size of the item has changed.
Any thoughts?