This repository was archived by the owner on Jun 1, 2025. It is now read-only.
Add Inline Editors and Click events
- Add Inline Editors
- You can see the example file grid-editor.component, Wiki will be updated later
- Expose
gridanddataviewobjects at the component level- exposing them gives access to all the SlickGrid events (like
onClick,onCellChangewhich are useful for opening a modal window on clicking an edit icon)
- exposing them gives access to all the SlickGrid events (like
- moved some of the imports from SlickGrid (3rd party lib files) to the
Angular-Slickgridlibrary which in terms simplifies theangular-cli.jsonfile by a lot.- used a
minorsemver release to make sure that you update yourangular-cli.jsonfile with the simplified way, refer to the updated HOWTO
- used a