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, Uncyclo will be updated later
- Expose
grid
anddataview
objects at the component level- exposing them gives access to all the SlickGrid events (like
onClick
,onCellChange
which 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-Slickgrid
library which in terms simplifies theangular-cli.json
file by a lot.- used a
minor
semver release to make sure that you update yourangular-cli.json
file with the simplified way, refer to the updated HOWTO
- used a