Premium support for our pure JavaScript UI components


Post by jandresampaio »

Understood.
I'm not using

@bryntum/scheduler-angular

so I'll try use the

SchedulerEventRendering

.

Thanks for the help.


Post by Maxim Gorkovsky »

Please keep in mind that you will have to change all the imports then. For example, if you import scheduler like:

import { Scheduler } from '@bryntum/scheduler'

you should replace it to

import Scheduler from '@bryntum/scheduler/source/lib/Scheduler/view/Scheduler'

etc


Post by johan.isaksson »

@jandresampaio Where you able to get this working according to your needs?

Best regards,
Johan Isaksson

Post by jandresampaio »

I did not try to override the rendering, maybe we'll try the pro version in the future.


Post Reply