datenhahn / componentrenderer

A ComponentRenderer for the Vaadin Grid
Apache License 2.0
6 stars 8 forks source link

Feature: Filter not Generated Component, but underlying BeanItemContainer (or else) #17

Open datenhahn opened 8 years ago

datenhahn commented 8 years ago

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 8 years ago

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 8 years ago

Another simpler way maybe to access the underlying container as a Property. Then I can add my container filter.