API Reference
Class
DataTablesAjax
Ajax configuration for DataTables when using server-side processing or remote data.
Inheritance
- Object
- DataTablesAjax
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 DataTablesOptions.Ajax
Accepted by parameters
Constructors
public DataTablesAjax() #Inherited Methods
Properties
public String Type { get; set; } #JsonPropertyName("type") JsonIgnore(Condition = 3)HTTP method, e.g., GET or POST.
public String DataSrc { get; set; } #JsonPropertyName("dataSrc") JsonIgnore(Condition = 3)Data source property in the response payload (defaults to "data").
public Dictionary<String, String> Headers { get; set; } #JsonPropertyName("headers") JsonIgnore(Condition = 3)Optional request headers.