Export to File
Features
- Export to File, currently 2 types of exports are supported Wiki - Export to File (PR #16)
- CSV
- Text (Tab or Semicolon delimited, or actually any delimiter you wish)
- add
positionOrder
to change the order position of the "Custom Commands" list showing up in the Grid Menu - update to latest version of SlickGrid
2.3.13
which brings a few goodies- when using
Formatters.translate
, you can now define it directly in the Grid Options instead of each Column Definition.
- when using
- refactored Filter implementation to use a FilterFactory for Filter instantiation (PR #13)
- added a new
datasetIdPropertyName
grid option which provide a way to use a different property thanid
(PR #8) - update to latest SlickGrid version 2.3.13 which brings a few goodies
- expose new show/hide flags for the ColumnPicker/GridMenu commands of "Force fit column" and "Synchronous Resize", we can now hide them... yay
- expose new ColumnPicker/GridMenu Slick Event of
onColumnsChanged
to know what are the remaining columns after removing 1 or many
- update to latest TypeScript version 2.7.2
- expose all Grid/DataView SlickGrid Events to Aurelia via
dispatch
(PR #6)
Fixes
- fix(gridDestroy): grid destroy missed an event aggregator dispose
- fix(grid): Widen resizable handle cursor areas for columns
- fix(events): missing unsubscribeAll from gridEvent Service
Big Thanks
A big thanks to @jmzagorski for doing a lot of these PRs and putting some orders in the lib :)