Conditional Hyperlinks for Specific Rows or Columns
17 Sep 20251 minute to read
You can apply conditions for specific row or column using label
option to show hyperlink option in the pivot table. It can be configured using the conditionalSettings
option through code behind, during initial rendering. The required settings are:
-
label
: Specifies the header name to get visibility of hyperlink option for row or column. -
condition
: Specifies the operator type such as equals, greater than, less than, etc. -
value1
: Specifies the start value. -
value2
: Specifies the end value.