Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

auto-adjust Select drop height, width & position

Choose a tag to compare

@ghiscoding ghiscoding released this 29 Aug 19:46
· 3700 commits to master since this release

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, adjustHeightPadding
      • maxHeight (already existed but can be helpful with these new adjustments
    • for more in depth details, please see the PR #59 or Wiki - Select Filter
  • (style): customize grid styling with more variables

Fixes

  • (columnSize): add flag enableAutoSizeColumns, closes #60
  • (header): hidding column from header menu after reordering fixes #62