API Reference
Class
DataTablesHighlightTarget
Column styling target.
Inheritance
- Object
- DataTablesHighlightTarget
Constructors
public DataTablesHighlightTarget() #Inherited Methods
Properties
public Object Column { get; set; } #Column header name (string) or index (number).
public String BackgroundColor { get; set; } #JsonIgnore(Condition = 3)Background color (CSS or hex).
public Dictionary<String, String> Css { get; set; } #JsonIgnore(Condition = 3)Additional CSS properties to apply to the cell.
public Nullable<Boolean> HighlightParent { get; set; } #JsonIgnore(Condition = 3)Also highlight the parent element in the responsive child row view.