Re: How to force sort on CellTable with new Data or data updated

2011-05-24 Thread Celinio
Hi, I'm actually having the same problem. What happens is that when i reload the celltable data with new data (after a new search for instance) then it correctly reloads the celltable with the new results BUT if i try to sort the rows, using any column, then it actually brings back the initial data

How to force sort on CellTable with new Data or data updated

2011-05-24 Thread Gilles B
I Define a Celltable with sort on various columns. - With a sorthandler eg. sortHandler = new ListHandler(dataList); - With specified sorted columns, eg. column.setSortable(true); - With associated comporator eg. sortHandler.setComparator(column, comparator); - With a default sort order, eg. cellTa