Hi, I encountered the following problem: I have a data table with several columns (each sortable) looking like e.g.
|Name|Street|City|... There are also input fields with which the user can filter the contents of the table. E.g. in the "city" input field when he enters "L*" and hits an "update"-button only rows are displayed where city starts with an 'L'. So far this is working fine UNTIL one tries to sort the table first and filter afterwards. This weirdly results in an empty table. If all the filter input fields are cleared and the update-button hit again the table is filled as if nothing happened. This is really a showstopper for as and I have no idea what might cause the problem. At least on managed bean side, I don't see anything that might cause the problem. Cheers Simon -- View this message in context: http://old.nabble.com/-Trinidad--Re-populating-DataTable-after-sorting%2C-results-in-empty-table-tp29148077p29148077.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

