GridEditorColumnFix Add-on
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)
Sample code
final Grid<SimplePojo> grid = new Grid<>(); new GridEditorColumnFix(grid);
Links
Compatibility
Was this helpful? Need more help?
Leave a comment or a question below. You can also join
the chat on Discord or
ask questions on StackOverflow.
Version
Version 0.3.6
- Fix editor column resizing in multiselect mode when horizontal scrollbar is present
- Released
- 2021-03-05
- Maturity
- BETA
- License
- Apache License 2.0
Compatibility
- Framework
- Vaadin 8.0+
- Browser
- N/A