Our pure JavaScript Scheduler component


Post by jeffrey1994 »

When doing PDF export with option Rows set to 'Visible rows' I get the following error:
TypeError: Cannot read property 'bottom' of undefined
Which is on line 83 in MultiPageExporter. Seems like visibleRowCount can be greater than row count in the store.

For example in screenshot below
Capture.PNG
Capture.PNG (17.67 KiB) Viewed 849 times
Executing:
scheduler.rowManager.visibleRowCount

returns 8

Post by Maxim Gorkovsky »

Hello.
Please provide runnable test case. You can modify export example and set exact scheduler height/width, columns, data, rowHeight, etc.

Post by Maxim Gorkovsky »

I was able to reproduce this problem, ticket opened here: https://github.com/bryntum/support/issues/494
Thank you for report, no test case required.

Post Reply