Hi again,

unfortunately it didn't work. I attached a "sortListener" from which I could
get the sort criterion and sorting on its own worked like a charm. But
again, when I tried to filter, all I could see was an empty table.

It also doesn't seem to be just a display problem as after the filtering the
table contents don't even get send to the browser. I'd try to debug myself
to figure out where the data get's lost but a point where to start in the
shallows of MyFaces and Trinidad would be much appreciated :)

Simon



Leis, Matthias - SID-NLKM wrote:
> 
> Hi Simon,
> 
> Datascroller is a feature of tomahawk. I didn't see your post was about
> Trinidad, sorry.
> 
> I have no experience with trinidad, but as far as I know it from the
> tomahawk datatable, sorting the table in the view doesn't sort the model
> in the background. A couple days ago I ran into this problem. 
> I bind the table to a bean property, get the sort column and sort
> direction and sort the list "manually" according to this values. So the
> displayed table and the model are in sync. 
> 
> Regards,
> 
> Matthias 
> 
> 
> 

-- 
View this message in context: 
http://old.nabble.com/-Trinidad--Re-populating-DataTable-after-sorting%2C-results-in-empty-table-tp29148077p29150797.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.

Reply via email to