Hi All,
i need to place a hyperlink to the column header(not column contents)m if i use the href of display:column then i get hyperlinks on the column calues only but not on column header while i need hyperlink on column header only not its values.
Veary much thanks in advance,
Rahul Nair
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi All,
i need to place a hyperlink to the column header(not column contents)m if i use the href of display:column then i get hyperlinks on the column calues only but not on column header while i need hyperlink on column header only not its values.
Veary much thanks in advance,
Rahul Nair
Try putting the link in the 'title' element similar to the way the documentation suggests doing checkboxes.
<display:column title="<a href="http://www.yahoo.com">yahoo.com</a>"...