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

Re: CellTable Sort in 2.2

2011-04-21 Thread SVR
You are right, but since I did push 2 columns, the arrow to sort was appearing in only the Column that was pushed last. I was thinking (assuming! after using the Flex widgets) that this was a sort within a sort. But I understand now that the table can be sorted atmost on One Column at a time.

Re: CellTable Sort in 2.2

2011-04-20 Thread Soon Fatt Hoo
Are you using ListDataProvider or AsyncDataProvider? Either way, you will have to add ListHandler or AsyncHandler to your cellTable. Take a look at http://code.google.com/webtoolkit/doc/latest/DevGuideUiCellTable.html. On Apr 19, 12:47 pm, SVR svr...@gmail.com wrote: I am using

Re: CellTable Sort in 2.2

2011-04-20 Thread SVR
Yes I do provide one, but what I notice is that once I click on any of the rows, the arrows show up. But until then there is no clue that sorting has been enabled. On Wed, Apr 20, 2011 at 9:36 AM, Soon Fatt Hoo sf...@sfhoo.com wrote: Are you using ListDataProvider or AsyncDataProvider? Either