Columns.exportable
configurationIf the column isn't visible, the
exportableproperty must be set totrueexplicitly.
If set to false the column will be excluded from the exported Excel/PDF files.
Can be set to a JavaScript object which specifies whether the column should be exported per format.
columns.exportable
Boolean|ObjectDefault: true
columns.exportable.excel
BooleanIf set to false the column will be excluded from the exported Excel file.
Default: true
columns.exportable.pdf
BooleanIf set to false the column will be excluded from the exported PDF file.
Default: true