Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Export to File

Choose a tag to compare

@ghiscoding ghiscoding released this 21 Feb 00:33
· 4186 commits to master since this release

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 autoDropWidth option to multiple-select.js which can be used as a filterOptions for SingleSelect and MultipleSelect Filters
  • 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 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.

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)