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
To go along with issue #216 and the current impl of remove_widget, the function add_widget should have an option to skip the call to append(). This will allow us to use gridstack in a situation where the DOM nodes are already in place and we don't want gridstack to move or destroy existing nodes.
The text was updated successfully, but these errors were encountered:
jhpedemonte
changed the title
Add option to add_widget to not append node
Add option to add_widget() to not append node
Sep 30, 2015
Is there a reason this was closed @troolee ? I would really like that option, in our current implementation we are forced to overwrite addWidget which is quite hacky. Thanks!
To go along with issue #216 and the current impl of
remove_widget
, the functionadd_widget
should have an option to skip the call toappend()
. This will allow us to use gridstack in a situation where the DOM nodes are already in place and we don't want gridstack to move or destroy existing nodes.The text was updated successfully, but these errors were encountered: