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

Few small fixes & updated to latest Slickgrid version

Choose a tag to compare

@ghiscoding ghiscoding released this 11 May 14:04
· 3973 commits to master since this release

Fixes

  • (editor): provide decimal places option to Float Editor
  • (eventService): use grid.getOptions for gridDefinition
  • (build): ngx-translate has new version 10 that have breaking changes
  • (example): header button highlighting was staying red even after leaving and coming back on the same example
  • (grid): issue #27, sort icon hidden behind grid menu w/small dataset
    • a new grid option flag was added in SlickGrid (by me actually) which is alwaysShowVerticalScroll to remove visual issues observed with small dataset
    • this fix was only possible through the new SlickGrid version 2.3.18 released recently

Features

  • (styling): text and number editor should be displayed, add styling
  • (slickgrid): updated to latest SlickGrid version 2.3.18 which brings a few fixes in the core