This repository was archived by the owner on Jun 1, 2025. It is now read-only.
New Styling and Event Emitters
Fixes
- check grid exist before trying to resize (or auto-resize) the Grid to avoid console error thrown by SlickGrid
- fix an error thrown by SlickGrid when editing a row and highlighting it
New Features
- add info icon Formatter
Formatters.infoIconwith has Font Awesome (fa-info-circle) - add extra SASS border variables for multiple elements
- border around Header Titles
- border around Header Filter Row
- border around ViewPort
- add flag to show/hide Clear Filters & Toggle Filter commands in GridMenu
- add Refresh Dataset command in GridMenu for backendAPI Services only (OData / GraphQL)
- added many new Event Emitters
onDataviewCreatedonGridCreatedonBeforeGridCreateonBeforeGridDestroyonGridDestroyed
OBSOLETE in future version
These 2 Event Emitters got renamed to be consistent in the new naming structure (every emitter now start with onX prefix). You can still use the old names, but I'd like to remove them in future releases.
dataviewChangedrenamed toonDataviewCreatedgridChangedrenamed toonGridCreated
You can see the Event Emitter documentation in the Wiki - Grid & DataView Events