Enhanced Grid - Vaadin Add-on Directory
This component is an extended version of Grid with integrated complex filtering and other featuresView on GitHub
Enhanced Grid version 0.4.0
### Version 0.4.0
- First release for testing and feedback
Enhanced Grid version 0.5.0
### 0.5.0
- Fix to deselection event not fired
- Add a way to apply filter without having to click on apply button
- Other small improvements in EnhancedColumn class
- Use newer Popup version
Enhanced Grid version 0.6.0
### Version 0.6.0
- Fix wrong displayed of filter & sorting buttons on header columns after refresh.
Enhanced Grid version 0.7.0
### Version 0.7.0
- Fix resizing issue by adding new enhanced-grid-sorter element to add filter button at the same level as sorting indicators
- Fix filter problem when column value provider is not string based
Enhanced Grid version 0.8.0
### Version 0.8.0
- Make cancelEditItem method protected
Enhanced Grid version 0.9.0
### Version 0.9.0
- Fix issue with missing filter icon
Enhanced Grid version 0.9.1
### Bugfixes
* Fix client side sorting indicator issue ([#8](https://github.com/vaadin-component-factory/enhanced-grid-flow/issues/8))
Enhanced Grid version 2.0.0
### Version 2.0.0
- Fix compatibility with Vaadin 22 and newer
Enhanced Grid version 2.0.1
### Bug fixes:
* add null check on addGridSorter to avoid breaking on Vaadin 23 (fixes[#13](https://github.com/vaadin-component-factory/enhanced-grid-flow/issues/13))
Enhanced Grid version 3.0.0
Fix compatibility with Vaadin 23 ([#15](https://github.com/vaadin-component-factory/enhanced-grid-flow/issues/15)).
Enhanced Grid version 3.0.1
#### Bug fixes:
* Fix ClassNameGenerator to allow to return null ([#17](https://github.com/vaadin-component-factory/enhanced-grid-flow/issues/17))
* Fix item selection on multiselection mode ([#18](https://github.com/vaadin-component-factory/enhanced-grid-flow/issues/18))
Enhanced Grid version 3.1.0
#### New features:
* feat: make EnhancedColumn.getFilter public
* feat: make EnhancedColumn.getValueProvider public
* feat: add default theme attribute to the popup
* feat: add possibility to replace filter icon
Enhanced Grid version 3.2.0
#### Bug fixes:
* add support for Vaadin 23.3.x
* fix EnhancedTreeGrid broken state on refresh
Enhanced Grid version 4.0.0
New version compatible with Vaadin 24.
Enhanced Grid version 4.0.1
Fixes issue with header components not being restored when using @PreserveOnRefresh
Enhanced Grid version 5.0.0
New version compatible with Vaadin 24.5. Replaces popup component with popover component.