Is it possible to hide repeater items based on current item value?

I am displaying the same repeater twice, but depending on an instance I want to hide certain items based on a type field inside each row. Is it possible?
Solution
this would only hide inner elements and leave the empty container afaik. I've managed to do this with custom classes for the container and some css magic
Was this page helpful?