melistik / vaadin-grid-util

simplify the use of vaadin's grid and add features
https://vaadin.com/directory/component/gridutil
MIT License
32 stars 21 forks source link

Add the ability to filter any Object using TextFilter #57

Open AlexByte opened 5 years ago

AlexByte commented 5 years ago

Instead of String, you can pass an Object in SimpleStringFilterand get a Stringusing the .toString() method.