iceberg
iceberg copied to clipboard
List of branches allow to filter but the filter is not applied

Ah, we can implement it as in IceTipWorkingCopyBrowser. IIRC, @estebanlm told me that table filtering should be converted like that in Spec2 (i.e. filtering in tables won't be a behavior provided by the Spec2 table, but instead, you add a input text field and configure the search externally)
We can do our own presenter for that, and if it is nice, we can sell it to the Spec2 project.
nah, why?... you now have SpFilteringListPresenter as an example on how to do it (most of the cases like the one of the screenshot, you just need to use it, others you can extend it).