This repository was archived by the owner on Jun 1, 2025. It is now read-only.
auto-adjust Select drop height, width & position
Features
- (multiselect): auto-adjust height, width & position of
multiple-select.js- 3 new flags were added to control height, width, position of the drop from Single/Multiple Select Filters/Editors
autoAdjustDropHeight,autoAdjustDropPosition,autoAdjustDropWidthByTextSize- these new flags are all enabled by default, however you can choose to disable them at any time
- multiple other properties were also added to change behavior, if need be, of these auto-adjustments
minWidth,maxWidth,adjustHeightPaddingmaxHeight(already existed but can be helpful with these new adjustments
- for more in depth details, please see the PR #59 or Wiki - Select Filter
- 3 new flags were added to control height, width, position of the drop from Single/Multiple Select Filters/Editors
- (style): customize grid styling with more variables
Fixes
- (columnSize): add flag enableAutoSizeColumns, closes #60
- (header): hidding column from header menu after reordering fixes #62