ZingGrid

以最少的设置构建响应式交互式 JavaScript 数据网格和表。

由以下开发商制作:ZingGrid
ComponentSource开始代理销售的日期:2019年

价格从: US$ 98.00 版本:2.2.0 新增功能 更新: Jun 11, 2026

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.