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

Methods to get/set the current Filter Values programmatically. #31

Closed PhineasClick closed 7 years ago

PhineasClick commented 7 years ago

Methods to get / set the FilterValue would be very helpfull if you want to save the current FilterSettings in the UserProfile, so the same Filters can be reapplied to the Grid when the user come back to it.

Using Json String for getting and setting of the FilterValues would be very cool.