ZingGrid 1.7.0

Released: Mar 20, 2024

1.7.0 での更新項目

機能

  • Advanced Filtering:
    • Updated the filter feature to now support different filter conditions, such as "contains", "notContains", "equal", "beginsWith", and "endsWith".
    • The filter menu now 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.
    • The filter menu now supports styling through CSS variables.
    • The previous filter behavior is still available by setting [filter="inline"].
    • 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).

不具合の修正

  • Fixed bug with blank area in header and footer when vertical scroll bar is enabled.
  • Fixed JavaScript error on clicking in footer when vertical scroll is enabled.
  • Changed frozen rows to have same row height as normal body rows.
  • Fixed bug with interaction between record select column and virtual row scrolling.
  • Fixed [filter-menu] bug when only selectbox is displayed.
  • Fixed issue with double span container in <zg-button>.
  • Moved filter menu select list from shadow DOM to the light DOM.