record with the fields: 'column_id: string (optional)', 'filter_query: string (optional)', 'row_index: number | value equal to: 'odd', 'even' (optional)' The `if` refers to the condition that needs to be fulfilled in order for the associated tooltip configuration to be used. If multiple conditions are defined, all conditions must be met for the tooltip to be used by a cell.
Constructor | Description |
|
|
Static member | Description |
Full Usage:
TooltipCondition.init (?columnId, ?filterQuery, ?rowIndex)
Parameters:
string
?filterQuery : string
?rowIndex : SelectRowBy
Returns: TooltipCondition
|
|