3.2.0

How to add underline for columns header text ?

I need to have underline (not a link) for each column header clicking on which should trigger sort functionality. My sort is working fine but how to add underline to the column text?

Thanks in advance,
Kumar
Kumar
July 19,
Add this to the bottom of aw.css
.aw-grid-header {text-decoration:underline}


This is a stupid idea though, as far as web interfaces go. People are quite accutomed to seeing underline and thinking "OMG LINK!" You will probably end up confusing people. Go wild though :)
Justin
July 19,

This topic is archived.

See also:


Back to support forum