This repository was archived by the owner on Jun 1, 2025. It is now read-only.
Export to File
Features
- Export to File, currently 2 types of exports are supported Wiki - Export to File
- CSV
- Text (Tab or Semicolon delimited, or actually any delimiter you wish)
- New version of Packagr which was designed for Angular 5, this is for Development purposes, but it's worth knowing
- add
autoDropWidthoption tomultiple-select.jswhich can be used as afilterOptionsforSingleSelectandMultipleSelectFilters - add Filter class "filled" (or no class when empty) for styling purposes on all Filters.
- we could for example show a different background color when the filter is filled
- add
positionOrderto change the order position of the "Custom Commands" list showing up in the Grid Menu - update to latest version of SlickGrid
2.3.13which 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
Fixes
- fixed inline editor checkbox not showing up
- fixed pagination should display 1-(itemCount) when count is lower than totalCount
- for example if we want to display 20 items per page but our list only has 6 items, it should display
1-6 of 6 items- fixed issue #13, when using Backend Service API and setting
enablePagination: false, it shouldn't show the pagination component. - fixed header buttons styling, which was not floating correctly anymore
- Example 7 (Header Button Plugin demo)