Ghislain B.
Ghislain B.
- the `.append()` function is not compatible in Salesforce but `.appendChild()` is working fine and does the exact same thing in this context
Just found out about your lib today, I did very similar setup as yours except that instead of using `concurrently`, I use `npm-run-all`, they both do the same but the...
- Added multi-level grouping - Added multi-column sorting (press column+shift+column) For that to work I updated all the core javascript files to latest SlickGrid version so it support multi-level grouping,...
- after more Googling, I found [Tempo](https://tempo.formkit.com) and I can finally migrate away from MomentJS. Tempo is simple, is ESM, is small and has all necessary functions to replace Moment...
Hello, I found your library while trying to find something easier to implement than the official Reactive Form. Your library seems to make this bridge possible (I find the core...
- SlickGrid is now native JavaScript and no longer requires jQuery/jQueryUI - UI changed a lot too, so I updated all SlickGrid & Angular-Slickgrid images **Note**: I am a maintainer/contributor...
I’m writing regarding the GH Action [cobertura-report](https://github.com/marketplace/actions/cobertura-report) Our project is starting to migrate the CI/CD to GH Actions and we are interested to use your Actions. Providing some context, our...
### TODOs - [x] add unit tests - [ ] add E2E tests - [ ] requires more manual tests in UI 
Hello, thanks for this GitHub Action package, I use it in a few of my open source projects, however I'm getting a warning from GitHub Action that Node16 are deprecated...