Gender: Unspecified
Location:
Registered: Aug 2009
Status: Offline
Posts: 1
Posted Wednesday, August 19, 2009 @ 08:31:38
Hay,
I'm trying to associate a new renderer to the table header, but I'm receiving strange results...
Adding my renderer through:
.getTableHeader().setDefaultRenderer(new SortableHeaderRenderer());
is never really rendered
with:
getTable().getTableHeader().setDefaultRenderer(new SortableHeaderRenderer());
it's rendered just once for the last column header instead then for every column, and I'm not really able to render it.
Anyone knows of a way to add a new renderer to the table header?
In order to fully utilize the abilities of this board, you are required to register as a member. Registration is free, and allows you to do lots of things including turning on or off certain features of this board. Register now!