3.2.0

Using Links in Data

Great tool!

If I use data for a column that has a link in the following format
<a href="http://www.mydomain.com">Some Data</a>
once the row is selected the link color does not turn in white like the info on other columns.

I could turn the default link color (blue) in any color by using CSS for the column... but once the row is selected it does not become white.

Is there any way to "force" the font-color of the column when a row is selected?

Carlos Martinho
December 19,
You need to add the following rule to change hyperlink color

a) in all columns:
.active-selection-true a {color: highlighttext}

b) in one column (first):
.active-selection-true .active-column-0 a {color: red}

Alex
Alex (ActiveWidgets)
December 19,
Thanks Alex
December 20,

This topic is archived.

See also:


Back to support forum