The options applicable to any export format.

interface GridExportOptions {
    allColumns?: boolean;
    fields?: string[];
}

Hierarchy (view full)

Properties

Properties

allColumns?: boolean

If true, the hidden columns will also be exported.

false
fields?: string[]

The columns exported. This should only be used if you want to restrict the columns exports.