Our blazing fast Grid component built with pure JavaScript


Post by corner4 »

I've attached an image with the error message. To reproduce:

  resourceStore = new ResourceStore({
    id: 'resources',
    tree: true,
  });
  const newResource = new ResourceModel({
    name: 'Parent 1',
    parentId: null,
    children: [],
  });

  await this.resourceStore.addAsync(newResource);
Attachments
orderedChildrenError.png
orderedChildrenError.png (34.48 KiB) Viewed 186 times

Post by tasnim »

Hello,

I tried the latest version 5.2.10 here https://bryntum.com/products/scheduler/examples/tree/
And It works fine

What version are you using?


Post by corner4 »

We are using 5.2.10 as well with Angular 11.0.2. I've attached a sample angular project where it is reproducible. You can add an entry via the cell menu.

Attachments
ordered-children-error.zip
(386.71 KiB) Downloaded 18 times

Post by marcio »

Hey corner4,

Thanks for the example, I created a ticket for it https://github.com/bryntum/support/issues/6279

Best regards,
Márcio


Post Reply