Our pure JavaScript Scheduler component


Post by jeffrey1994 »

We would like to do a PDF and Excel export on only selected resource records. Is this possible?


Post by mats »

Not out of the box, but you could filter the view at the time of export, then restore it after to achieve this. https://bryntum.com/docs/scheduler/#Grid/feature/export/PdfExport#event-beforeExport
https://bryntum.com/docs/scheduler/#Grid/feature/export/PdfExport#event-export


Post by jeffrey1994 »

mats wrote: Tue Feb 23, 2021 12:47 pm

Not out of the box, but you could filter the view at the time of export, then restore it after to achieve this. https://bryntum.com/docs/scheduler/#Grid/feature/export/PdfExport#event-beforeExport
https://bryntum.com/docs/scheduler/#Grid/feature/export/PdfExport#event-export

Thanks I can probably make this work!


Post Reply