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

Fail fast if the grid's container is not Filterable #29

Closed bekce closed 7 years ago

bekce commented 7 years ago

If the given Grids Container is not Filterable, then the number filter silently does not work with no apparent exception. It could be advantageous to fail fast by throwing an exception when given container does not implement Filterable. Thanks.