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
GridEditorColumnFix Add-on - Vaadin Add-on Directory
Fixes four issues with Grid's Editor columns with column hiding and column resizing.Issue tracker
Online Demo
GridEditorColumnFix Add-on version 0.1.0
### 0.1.0
- Initial version
GridEditorColumnFix Add-on version 0.2.0
### Version 0.2.0
- Added fix to Editor not resized when browser window is being resized bug. See: https://github.com/vaadin/framework/issues/11148
GridEditorColumnFix Add-on version 0.2.1
### Version 0.2.1
- Fix: Editor resizing fix did not take Grid's scrollbar into consideration
GridEditorColumnFix Add-on version 0.3.1
### Version 0.3.1
- Improved the scroll position fix and fixed side effects
GridEditorColumnFix Add-on version 0.3.2
### Version 0.3.2
- Fixed: The fixing logic did not work in multiselect mode
GridEditorColumnFix Add-on version 0.3.3
### Version 0.3.3
- Fixed: open editor in unbuffered mode throws IllegalStateException when scrolling, see issue #2
GridEditorColumnFix Add-on version 0.3.4
### Version 0.3.4
- Fixed: The logic of the fixes did not take account the possible presence of frozen columns
GridEditorColumnFix Add-on version 0.3.5
### Version 0.3.5
- Additional fixes with frozen columns
GridEditorColumnFix Add-on version 0.3.6
### Version 0.3.6
- Fix editor column resizing in multiselect mode when horizontal scrollbar is present