Feature: Filter not Generated Component, but underlying BeanItemContainer (or else)
Opened this issue · 2 comments
datenhahn commented
It should be easy to add filters which filter not on the component (which does not support filtering), but the wrapped containers property which e.g. is a string.
datenhahn commented
Here you find a working example how it can be done manually:
https://gist.github.com/datenhahn/d9ecad5eba14eba1d326
To complete this feature convenience functions are needed to make adding a filter more easy.
Siedlerchr commented
Another simpler way maybe to access the underlying container as a Property. Then I can add my container filter.