RealGrid2 API
Interface
DataExportOptions

DataExportOptions

Configuration model for export

Signature:

export interface DataExportOptions extends ExportOptions

Extends: ExportOptions

Remarks

Inherits ExportOptions.

[Superclass]

ExportOptions

Properties

PropertyTypeDescription
exportFieldsstring[]Field names to include when exporting
hideFieldsstring[]Field names to exclude when exporting
includeFieldNamesbooleanIncludes fieldName

Properties Desc

exportFields

Field names to include when exporting

Type - string[]

Remarks:

If not specified, all fields are exported.

Cannot be used simultaneously with hideFields


hideFields

Field names to exclude when exporting

Type - string[]

Remarks:

Cannot be used simultaneously with exportFields


includeFieldNames

Include fieldName?

Type - boolean