Re: DefaultDataTable column style and orderbylink

2012-01-04 Thread Rain... Is wet!
Maybe You can check the actual class of the columnheaders on the pages loadup
and then add a class to your columns via javascript.
With the use of the jQuery framework this should be a quite easy task.

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/DefaultDataTable-column-style-and-orderbylink-tp2241495p4260952.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



DefaultDataTable column style and orderbylink

2010-06-03 Thread Sam Zilverberg
Hi,

I'm using DefaultDataTable with sortable columns.
When a column header is clicked to be sorted by the header gets a special
class : th.wiccket_orderDown/Up/None.
I'd like this whole column to have some css class so it can be highlighted.

Is there any simple way to achieve this without rolling my own
HeadersToolbar/OrderByBorder/PropertyColumn?

-Sam