Skip to content

Conversation

@adumesny
Copy link
Member

Description

  • more complete fix for Gridstack resize error #858, and Update gridstack.jQueryUI.js #1412
  • grid static: true to no longer add any drag&drop (even disabled) which should speed things up, and setStatic(T/F) will now correctly add it back/delete for items that need it only.
  • fixed JQ draggable warning if not initialized
  • add GridStackWidget.html now lets you add any HTML content when calling grid.load()
  • added demo showing static/non-static switch for debugging/info

Checklist

  • Created tests which fail without the change (if possible)
  • All tests passing (yarn test)
  • Extended the README / documentation, if necessary

* more complete fix for gridstack#858
* grid `static: true` to no longer add any drag&drop (even disabled) which should speed things up, and `setStatic(T/F)` will now correctly add it back/delete for items that need it only.
* fixed JQ draggable warning if not initialized
* add `GridStackWidget.html` now lets you add any HTML content when calling `grid.load()`
* added demo showing static/non-static switch for debugging/info
@adumesny adumesny merged commit d3f1d28 into gridstack:develop Oct 17, 2020
@adumesny adumesny changed the title fix for static grid, enale dragging on fly fix for static grid, enable dragging on fly Oct 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant