I am displaying a list of data in a TableView. Now I want to apply a filter to only allow certain data from within that list to be displayed on the TableView, without actually removing those entries from the list.
I have to imagine there is an easy way to do this? Is there filter class that I can set to the tableview? I tried the DisabledRowFilter, but looks like that just disables the row and doesn't actually remove it from the view. Thanks! -- View this message in context: http://apache-pivot-users.399431.n3.nabble.com/Filter-rows-from-a-table-view-tp3380655p3380655.html Sent from the Apache Pivot - Users mailing list archive at Nabble.com.
