Our pure JavaScript Scheduler component


Post by jbyvik »

Hello!

I am currently looking into how to implement a print feature into the scheduler-pro. Im not interested in running the export features as it requires a BE implementation. Is it possible to have a 100% clientside print feature with the scheduler, much like this example from the extjs version? https://www.bryntum.com/examples/scheduler-for-extjs/kitchensink/#examples/print

// J


Post by mats »

We don't support this yet, since it's only a reasonable idea for small datasets. The scheduler uses virtual rendering to handle big datasets and if you try to print 5k rows you would likely hang the browser as print is a sync operation and all content has to be in DOM for native print to work. We support this for Calendar already where this is not an issue.

Feature request opened: https://github.com/bryntum/support/issues/2784


Post by bbarrette-msft »

Hi,

I just wanted to add my voice on this feature request. We are currently using the ExtJS version of the Scheduler, and without this Print feature the migration to the new React control would not possible (making the application server-side is not considered at the moment so we can't rely on the Export feature).

Hopefully there would be a way for this feature to be implemented in a similar way as it was in ExtJS, even if it would imply some limitations (number of rows, only printing what's currently visible, etc...).

Thanks!
Bruno


Post by marcio »

Hey Bruno,

Thanks for the insights! I added a note to that ticket. :)

Best regards,
Márcio


Post Reply