HtmlForgeX

API Reference

Class

DataTablesHighlightRule

Namespace HtmlForgeX
Assembly HtmlForgeX

One rule: condition groups + positive/negative targets.

Inheritance

  • Object
  • DataTablesHighlightRule

Constructors

public DataTablesHighlightRule() #

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.