Our pure JavaScript Scheduler component


Post by someJohn »

Hi,

How to disable the virtual rendering?
I have some problems with it. My dependencies arent rendering on big data
I am looking forward to hearing from you!

Post by mats »

It's not possible to disable. Please provide a test case and we'll inspect it. Which Scheduler version?

Post by someJohn »

Last scheduler version
Here is my test case
path: examples/bigdataset
data: examples/bigdataset/data

Thanks!
Attachments
scheduler-2.0.2-trial.zip
(2.07 MiB) Downloaded 132 times

Post by mats »


Post by Maxim Gorkovsky »

Hello.
Your demo reveals two issues with scheduler:
1. resource id 0 is not treated as valid id
2. null id for dependency makes all records to reuse one element

I opened tickets about those issues:
https://app.assembla.com/spaces/bryntum/tickets/8569-scheduler-doesn--39-t-paint-events-for-resource-with-id-0/
https://app.assembla.com/spaces/bryntum/tickets/8570-dependencies-with-id--null-are-reusing-one-dependency-line/

Thank you for report!

While we are working on that you can work around this on your side. You need to:
1. change resource id from 0 to smth else
2. remove null id from all dependencies (or change to some valid id)

After that you should see all your dependency lines.

Post Reply