Fixes four issues with Grid's Editor columns with column hiding and column resizing.
Included fixes
- Editor is out of sync with hidden columns (see: https://github.com/vaadin/framework/issues/8962 )
- Editor column widths are out of sync with column resizing (see: https://github.com/vaadin/framework/issues/7276 )
- Editor not resized when browser window is being resized (see: https://github.com/vaadin/framework/issues/11148)
- Editor scroll position not correctly aligned with Grid when opening (see: https://github.com/vaadin/framework/issues/6994)
Install
Framework Support
Vaadin 8.0+
Install with
Release notes - Version 0.3.6
Version 0.3.6
- Fix editor column resizing in multiselect mode when horizontal scrollbar is present