ZingGrid

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

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

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

ZingGrid 新版本發表

Released: Jun 11, 2026

2.2.0 中的更新

特性

  • Filter Summary Chart
    • ZingGrid's new built-in filter summary chart provides a visual way to explore and filter data using an interactive summary chart.
    • This feature can be enabled at either the grid- or column-level by setting [filter="summary"].
  • [filter-summary-chart]
    • Specifies which chart type the filter summary chart renders.
    • The default behaviors are:
      • pie: for boolean-like column types.
      • histogram: for numeric column types.
      • bar: for all other column types.
    • The supported options are bar...

Released: Aug 26, 2025

2.1.5 中的更新

修補程式

  • Fixed bug with insert row position when using search and/or filter.

Released: Aug 12, 2025

2.1.4 中的更新

特性

  • Added support for filtering select columns.

修補程式

  • Fixed context menu position.

Released: May 2, 2025

2.1.3 中的更新

修補程式

  • Fixed conflict between [compact] and css variable --zg-body-font-size.

Released: Mar 31, 2025

2.1.2 中的更新

特性

  • Added getConstants() API method.

修補程式

  • Fixed code to not call server side filter if the value in the filter box does not change.

Released: Mar 26, 2025

2.1.1 中的更新

修補程式

  • Fixed an issue where ZGHeadCells did not have a blue backgrounds when dragging their respective columns.
  • Fixed an issue where the data attribute on <zing-grid> could not be programmatically used to set data.
  • Fixed an issue that when the [dir], [frozenColumns], and [edtiorControls] were all enabled, the frozen column applied to the editor controls were in the wrong position.

Released: Mar 10, 2025

2.1.0 中的更新

特性

  • Added <zg-param name="selectorKey">: In the case of server side paging and type-selector-page-persist, this will indicate the field to act as an ID to persist the selection if an ID is not already set on the dataset.
  • Added support for server side paging and type-selector-page-persist to work together.
  • Modified <zing-grid> API Method setData() to accept an optional parameter indicated if the grid should try to maintain the current sort after changing the data.

修補程式

  • Fixed a...

Released: Feb 13, 2025

2.0.0 中的更新

特性

  • Modified the underlying architecture to better support flexibility in the grid's layout and configuration.
  • Row Details:
    • ZingGrid now has a built-in feature to expand rows to reveal more details. This functionality is made to work with other features, such as edit, filter, search, and sort. The open state of the rows are preserved when paging.
    • This feature can be added to your grid through the different ways:
      • [row-details-template] attribute.
      • [row-details-renderer] attribute.
      • <zg-row...

Released: Aug 19, 2024

1.7.2 中的更新

特性

  • Supabase and SupabaseJS adapters:
    • Added a Supabase adapter which allows you to easily connect your Supabase table to ZingGrid. All you have to do is set the <zg-param name="adapter"> to "supabase" and <zg-param name="headers"> to your Supabase key.
    • ZingGrid also supports the SuperbaseJS adapter. To connect to your Supabase table by setting <zg-param name="adapter"> to "supabasejs" and <zg-param name="dataTable"> to the name of the Supabase table. Then create your...

Released: Apr 9, 2024

1.7.1 中的更新

修補程式

  • Fixed type definition file.