v0.1.1
Features:
- #2 - Add 'html' option to clipboard handler
- #15 - Ability to define placement of menuExtension
- #83 - Have getState() and restoreState() restore rowHeight for "list" mode grid
- #84 - In grouped mode have the option to export only export the selected group
- #122 - Prevent remoteFetch during horizontal scroll
- #138 - Remote Data - Allow prefetching results beyond the current viewport
- Added
scrollLeftDelta
andscrollTopDelta
values to theevents.scroll
arguments
Bug Fixes:
- Fixed a bug where
grid.showQuickFilter
would display an empty filter bar even ifgrid.options.quickFilter
is disabled