This repository was archived by the owner on Jun 1, 2025. It is now read-only.
Dynamically Change Row CSS Classes
Features
- Dynamically Change Row CSS Classes (styling)
- (editor): pass Editor Args to editor Validators
- (filter): add posibility to filter complex objects
Fixes
- (editor): LongText & Select Editor should close when tabbing away
- (chrome): Compensate incorrect SlickGrid
measureScrollbarcausing 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 buildProd
- this was only showing with an
- (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