Skip to content

v1.0.0

Compare
Choose a tag to compare
@adumesny adumesny released this 24 Feb 07:33
5d15a36
  • Breaking Change: #1084 jquery was removed from the API and dependencies (initialize differently, and methods take/return GridStack or HTMLElement instead of JQuery), so your code will need to change.
    See Migrating to v1.0.0
  • setColumn(N) is now column(N) (matches other set/get methods) and getColumn() to get current column number
  • add grid.on(eventName, callback) / grid.off(eventName) to hide native JQ events mix
  • add grid.getRow() to get the current grid row number