Re: sortable column with overriden getCssClass

2008-06-02 Thread Gabor Szokoli
Ooops, I goofed, everything works fine, the second class= attribute is on an inner element :-) Can we have wicket tabulate the html output in developement mode please? :-) [...] - To unsubscribe, e-mail: [EMAIL PROTECTED] For

sortable column with overriden getCssClass

2008-06-02 Thread Gabor Szokoli
Hi, We use sortable AbstractColumn derivatives in our DataTable. I added this recently to the column to add a custom CSS class to the TD elements in this column (see IStyledColumn): @Override getCssClass {return "colmn_class";} Now my TH elements have an aggregate class list with the sortedness