Re: CellTable Sort in 2.2

2011-04-21 Thread jgranie
Hi, Can't you give a predefined order like this : table.getColumnSortList().push(nameColumn); This cause the arrow to appear. I think that arrow isn't displayed since no sort order have been selected. On 20 avr, 15:55, SVR svr...@gmail.com wrote: Yes I do provide one, but what I notice is

Sort order is lost in CellTable

2011-03-28 Thread jgranie
Hi, I'm using a CellTable (GWT 2.2) with some sortable column. When the user clics on sortable column header, the CellTable is sorted correctly, but if there's an update on some data, the updated row is moved to the end of the table. By update I mean refreshing data from server. To refresh data at