Skip to content

v1.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Mar 21:42
· 11 commits to master since this release

Release Information

Features

  • Advanced Filtering
    • ZingGrid updated the filter feature to now support different filter conditions, such as "contains", "notContains", "equal", "beginsWith", "endsWith", and many more! Enable by including the [filter] attribute to check it out.
      Screenshot 2024-03-19 at 1 46 19 PM

    • The filter menu has many capabilities that are customizable. You can change the number of filter conditions to apply to the column or add your own custom condition. If you don't want to filter by conditions, you can even update it to selectbox options. Check out the different capabilities here!
      Screenshot 2024-03-19 at 2 04 23 PM

    • The filter menu supports styling through CSS variables
      Screenshot 2024-03-19 at 2 13 34 PM

    • The previous filter behavior is still available by setting [filter="inline"]
      Screenshot 2024-03-19 at 1 47 01 PM

    • Both inline and menu filtering can connect to your REST endpoints through <zg-param> to support server-side filtering. Just set the [loadByPage] and [serverFilter] params (filter menu additionally requires the [createFilterURL] param).
      Screenshot 2024-03-19 at 2 22 13 PM

Bug Fixes