ZingGrid

以最少的設置構建回應式互動式 JavaScript 資料網格和表。

由以下開發商製作:ZingGrid
ComponentSource 開始代理銷售的日期:2019年

價格從: US$ 98.00 版本: 2.1.5 更新: Aug 26, 2025

ZingGrid 1.5.0

Released: Jan 9, 2023

1.5.0 中的更新

特性

Row Grouping

  • ZingGrid now includes the ability to group rows by specifying field indices.
  • An alternative to enabling row grouping is to use the [type="row-group"] column and set the [index] attribute to the field indices.
  • If your grid dynamically updates which indices are included in row grouping, create a row-group column. Then add or remove the [group] attribute from any <zg-column>.
  • ZingGrid API methods also support getting or setting the group-by attribute with the getGroupBy() and setGroupBy() methods.

修補程式

  • Fixed issues with template, colgroup and renderer.