API Reference
Class
DataTablesExportFormatOptions
Nested export format hook container for Buttons export options.
Inheritance
- Object
- DataTablesExportFormatOptions
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 DataTablesExportOptions.Format
Constructors
public DataTablesExportFormatOptions() #Inherited Methods
Properties
public String Body { get; set; } #JsonPropertyName("body") JsonIgnore(Condition = 3)JavaScript function body as a string for format.body. Example: function(data,row,column,node){ return $(node).data('raw')||data; }