Our blazing fast Grid component built with pure JavaScript


Post by Webethics »

Hello

I have using bryntum export pdf feature and I don't want to add one column is the export pdf.

I have assigned property to the column so that this column is not adding is the grid.
Property
exportable: false

Link followed: https://www.bryntum.com/docs/grid/#Grid/column/ActionColumn#config-exportable

It's working fine if we using
grid.features.pdfExport.showExportDialog();

but if we directly use the below function then it gives the exportable column in the grid.
grid.features.pdfExport.export();

I have checked this issue on your example also and attached the code you can check after changing the function.

Thanks

Attachments
sample.js
(3.25 KiB) Downloaded 83 times

Post by arcady »

Well looking at the method docs I see that columns property is marked as required there. So it expects you to provide a list of columns to export.

Yet having said that I understand that it's not convenient and consistent so I'll make a feature request to change that: https://github.com/bryntum/support/issues/2600
Thank you for the feedback!


Post Reply