Is there a fear of release?

@ghiscoding Copied some examples. One thing I wasn’t sure of is the row detail, but it seems to be working fine.

1 Like

@MaximBalaganskiy thanks a lot for the work you started, would it be possible to maybe create a PR on the project? I created a next branch that you can create a PR against and I can do more work and commits on that branch until it’s finalized. I know it’s a big ask since the directory structure is all different, I assume you started from scratch, but it’s a bit hard for me to test and debug things when most examples are missing and folders are in totally different places.

For example, I tried to add back Example 15 because of a TODO you commented about and I’m having an error message about a possible infinite loop which I have no clue where that actually comes from, I’m not sure if it’s Aurelia 2 related error or not.

EDIT

I found the infinite loop to actually be caused by the onXYZ Custom Events that are needed for Aurelia-Slickgrid to work properly (i.e. on-aurelia-grid-created.delegate="aureliaGridReady($event.detail)"). That definitely will have to be supported eventually. Actually it seems to be the previous use of .delegate which probably changed in Au2… yup it was changed to .trigger(), it might be a good idea to throw a proper error in Au2 instead of an infinite loop in the template processing

We could talk about all of this in private chat or in GitHub Discussions on Aurelia-Slickgrid project. I don’t necessarily want to bother everyone else with this topic. Thanks :slight_smile: