Open GoogleCodeExporter opened 8 years ago
I have a partial solution that consists to reconstruct the table if I need to
sort on
a column that has a special handling. There's still a problem on indicating
which
column is sorted visually
The part I tried was this on line 98:
/* this part doesn't work */
ColumnSortList columnSortList = new ColumnSortList();
columnSortList.add(new TableModelHelper.ColumnSortInfo(column, ascending));
dataTable.setColumnSortList(columnSortList);
Best Regards,
Zied Hamdi
http://www.into-i.fr
Original comment by zHa...@gmail.com
on 2 Mar 2010 at 5:38
Attachments:
Original issue reported on code.google.com by
zHa...@gmail.com
on 2 Mar 2010 at 3:31