v.1.1.1
- 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.