Skip to content

MultipleSelect / SingleSelect Editors & Filters Collection Async

Compare
Choose a tag to compare
@ghiscoding ghiscoding released this 30 Aug 16:40
· 1975 commits to master since this release

Features

  • async: Filter & Editor load Collection Async & Watch, closes #83 (#89) (e12019b)
  • columnSize: add flag enableAutoSizeColumns (5641871)
  • filter: auto adjust drop position (up/down) of select filter (c362e3c)
  • formatter: add 2 new DateTime Short Formatter without seconds (ac14e4e)
  • formatter: add new arrayObjectToCsv Formatter (cdf801e)
  • multiselect: auto-adjust height & position of multiple-select.js (#93) (b8f3e72)
    • 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 #93
  • resize: add possibility to override default delay before resizing (583e63a)

Bug Fixes

  • editor: auto adjust drop position (up/down) broken multiple editors (a477e53)
  • filter: MultipleSelect Filter had z-index too low in modal window (c78c9fd)
  • formatter: null values not handled properly with number formatters (9dd649a)
  • grouping: Filter & Grouping should work together, closes #90 (#91) (153e6cc)
  • import: add missing typings to fix import lodash.isequal (a32773b)
  • options: be able to disable filtering even when set globally (1d50635)
  • selector: Row Selection should be reset on Sort changes (f7162fb)
  • style: use the correct radio icon for singleSelect (18478d9)