Search results

Condition API in Vue Pivot Table API component

Defines the conditional formatting operators. They are

  • Equals - Display the pivot table that matches with the given value.
  • DoesNotEquals - Display the pivot table that does not match with the given value.
  • GreaterThan - Display the pivot table when the value is greater.
  • GreaterThanOrEqualTo - Display the pivot table when the value is greater than or equal.
  • LessThan - Display the pivot table when the value is lesser.
  • LessThanOrEqualTo - Display the pivot table when the value is lesser than or equal.
  • Between - Display the pivot table that records between the start and end value.
  • NotBetween - Display the pivot table that does not record between the start and end value.