github gridstack/gridstack.js v1.0.0

latest releases: v10.1.1, v10.1.0, v10.0.1...
4 years ago
  • 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

Don't miss a new gridstack.js release

NewReleases is sending notifications on new releases.