API Reference
Class
DataTablesHighlightRule
One rule: condition groups + positive/negative targets.
Inheritance
- Object
- DataTablesHighlightRule
Constructors
public DataTablesHighlightRule() #Inherited Methods
Properties
public List<DataTablesConditionGroup> ConditionsContainer { get; set; } #JsonIgnore(Condition = 3)Condition groups (AND/OR/NONE).
public List<DataTablesHighlightTarget> Targets { get; set; } #JsonIgnore(Condition = 3)Targets to style when the rule matches.
public List<DataTablesHighlightTarget> FailTargets { get; set; } #JsonIgnore(Condition = 3)Targets to style when the rule does not match.