API Reference
Class
DataTablesExportOptions
Export options for controlling what data to export
Inheritance
- Object
- DataTablesExportOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property DataTablesExport.ExportOptions
Accepted by parameters
Constructors
public DataTablesExportOptions() #Inherited Methods
Properties
public String Columns { get; set; } #JsonPropertyName("columns") JsonIgnore(Condition = 3)Which columns to export
public String Rows { get; set; } #JsonPropertyName("rows") JsonIgnore(Condition = 3)Which rows to export
public Object Modifier { get; set; } #JsonPropertyName("modifier") JsonIgnore(Condition = 3)Modifier for export selection
public DataTablesExportFormatOptions Format { get; set; } #JsonPropertyName("format") JsonIgnore(Condition = 3)Optional format hooks used by Buttons export. When provided, DataTables calls format.body(data, row, column, node) to transform a cell before export. The string is revived to a function at runtime by HtmlForgeX.