IExportingDataOptions

Type interface

Inheritance

IExportingDataOptions extends IExportingFormatOptions.

IExportingDataOptions is extended by IExportingJSONOptions, IExportingCSVOptions, IExportingHTMLOptions, IExportingXLSXOptions.

Properties

addColumnNames
#

Type undefined | false | true

Will add a line with column names in CSV/HTML/PDF tables.

disabled
#

Type undefined | false | true

Inherited from IExportingFormatOptions

If set to true, this format will not appear in ExportMenu.

emptyAs
#

Type undefined | string

Replace empty values with this string.

pivot
#

Type undefined | false | true

If set to true will pivot the able so that columns are horizontal.

useLocale
#

Type undefined | false | true

Default false

Use client's locale when formatting dates.

useTimestamps
#

Type undefined | false | true

Default false

Use timestamps instead of formatted dates.

There is 1 inherited item currently hidden from this list.