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

Dynamically Change Row CSS Classes

Choose a tag to compare

@ghiscoding ghiscoding released this 13 Sep 18:37
· 3675 commits to master since this release

Features

Fixes

  • (editor): LongText & Select Editor should close when tabbing away
  • (chrome): Compensate incorrect SlickGrid measureScrollbar causing horizontal scrollbar to sometime show up in Chrome browser only
    • this was observed on computer with Chrome and only 20% of the time
    • miscalculation of 3px was the cause of the horizontal scrollbar
  • (update): regression updateDataGridItem shouldn't throws error
  • (export): remove extra comma at the end of each line
  • (filter): regression fix on select filters
  • (styling): remove black border bottom from column headers
    • this was only showing with an ng build Prod
  • (demo): fix Grid Editor component demo which the prerequisite editor that was misbehaving
  • (editor): make the Float Editor Validator work correctly min/max val
  • (export): Export should work with datasetIdPropertyName, closes #67