Type interface
Represents options for HTML export.
@since 4.7.0
Inheritance
IExportHTMLOptions does not extend any other symbol.
IExportHTMLOptions is not extended by any other symbol.
Properties
addColumnNames # |
Type Default Add column names in first row? Export will try to use user-friendly column names where possible, either from Export's |
---|---|
cellClass # |
Type A class name to add to table cells. |
disabled # |
Type Set this option to @since 4.9.11 |
emptyAs # |
Type Default Replace missing values with this. |
headerClass # |
Type A class name to add to table headers. |
pivot # |
Type Default If set to values in rows). |
rowClass # |
Type A class name to add to table headers. |
tableClass # |
Type A class name to add to table. |
useLocale # |
Type Default Will try to format numbers and date/time according to user's locale settings. |
useTimestamps # |
Type Default Use timestamps instead of formatted date/time values. |