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

Lots of new Features & Fixes

Choose a tag to compare

@ghiscoding ghiscoding released this 23 Mar 13:27
· 2191 commits to master since this release

This new release brings a few nice new Features the most notable are the following

  • add optional filterTypingDebounce for filters with keyup (mainly default Text Search Input and its Compound version), this will help users dealing with huge dataset, add a debounce/throttle should speed up the search since it will query only after user pauses typing
  • add Pinning (frozen cols/rows) to the Grid State & Grid Presets
    • you can give it a try in the Example 16, you can freeze a column from the Header Menu and then refresh the Page and expect to see the Pinning remain after page reload
  • ... and a few other changes, check the list below

Enjoy it

Enjoying the lib? Make sure to upvote ⭐ and/or Buy Me a Coffee
... and if you already have, well thank you 😺

Cheers


Features

  • editors: add onSelect callback to Autocomplete Editor (#718) (392304c)
  • filters: add IN_COLLECTION operator to search cell value as Array (#722) (cd494ce)
  • filters: add optional filterTypingDebounce for filters w/keyup (#720) (b4deea9)
  • filters: add possibility to filter by text range like "a..e" (#711) (aa4fa03)
  • filters: display operator into input text filter from Grid Presets (#719) (cf6593a)
  • state: add Pinning (frozen) to Grid State & Presets (b47f2a0)

Bug Fixes

  • filters: add more variable checking in multiple-select external lib (#710) (ced4a1e)
  • filters: SearchTerms shouldn't come back after calling clearFilters (b986cb9)
  • filters: string <> should be used as Not Contains instead of Not Equal (#709) (e50a060)
  • metrics: use onRowCountChanged event to refresh metrics fix #715 (#716) (f123854)
  • pinning: reordering cols position freezing cols shouldn't affect others (#708) (e24c6de)
  • plugin: Grid Menu Clear Frozen Cols shouldn't change cols positions (#721) (ee07d79)
  • presets: Multiple Select Filter Grid Presets values should be shown (6f06d1d)