Skip to content

v.1.1.1

Choose a tag to compare

@TimShawver TimShawver released this 11 Jul 06:20
· 23 commits to master since this release
7612e2c
  • Fixes an issue where the grid widget would flash noticeably when the df attribute or any other attributes were changed. This issue has existed since 1.0. (#186)
  • Make the SlickGrid object available via $('.q-grid').data('slickgrid') as suggested here: #178 (comment). This allows you to work with a particular SlickGrid instance from the js console.