iceberg icon indicating copy to clipboard operation
iceberg copied to clipboard

List of branches allow to filter but the filter is not applied

Open tesonep opened this issue 4 years ago • 3 comments

image

tesonep avatar Mar 12 '21 13:03 tesonep

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)

tinchodias avatar Mar 12 '21 15:03 tinchodias

We can do our own presenter for that, and if it is nice, we can sell it to the Spec2 project.

tesonep avatar Mar 12 '21 15:03 tesonep

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).

estebanlm avatar Mar 12 '21 17:03 estebanlm