You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Cell text must be clicked to follow hyperlinks. This makes it difficult for users to click on hyperlinks when the cell text is hidden and the background colour is used on its own (e.g. when using red, amber, green to indicate health).
Describe the solution you'd like
Hyperlinks to be applied to the whole cell.
Describe alternatives you've considered
When there are a fixed number of known values it is possible to use a value transform override to display a font awesome icon instead of the actual value. For example, for a Prometheus bool metric both true and false can be mapped to an external link icon: 0->_fa-external-link_|1->_fa-external-link_.
Unfortunately, value transform overrides cannot be used in this way when there are not a fixed number of known values.
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Cell text must be clicked to follow hyperlinks. This makes it difficult for users to click on hyperlinks when the cell text is hidden and the background colour is used on its own (e.g. when using red, amber, green to indicate health).
Describe the solution you'd like
Hyperlinks to be applied to the whole cell.
Describe alternatives you've considered
When there are a fixed number of known values it is possible to use a value transform override to display a font awesome icon instead of the actual value. For example, for a Prometheus bool metric both true and false can be mapped to an external link icon:
0->_fa-external-link_|1->_fa-external-link_
.Unfortunately, value transform overrides cannot be used in this way when there are not a fixed number of known values.
Additional context
N/A
The text was updated successfully, but these errors were encountered: