Our pure JavaScript Scheduler component


Post by thomasb »

Hello

We are facing a problem (scheduler gets not loaded at all) regarding resourceTimeRangeRenderer. But no error occurs.

Best,
Thomas


Post by ghulam.ghous »

Hi there,

I have checked and unable to reproduce the issue. Can you please share a runnable test case so we can reproduce the error? I have attached with latest version using resourceTimeRangeRenderer with no issues.

basic.zip
(140.91 KiB) Downloaded 5 times

Regards,
Ghous


Post by thomasb »

We are using mat-tab. The thing is what we found out that it is working once its surrounded in a ng-template then its working fine :

<mat-tab label="{{ 'AVAILABILITY' | translate }}">
        <ng-template matTabContent>
          <bryntum-scheduler-pro...
        </ng-template>
      </mat-tab>

as soon its not in a ng-template then its not working after version 5.6.4. So thats the different if its working or not.


Post by marcio »

Hey thomasb,

Thanks for letting us know and sharing here in the forums.

We'll keep an eye on similar reports, if you could provide a sample project for us, that would be really helpful, even that now it's working for your case.

Best regards,
Márcio


Post Reply