ZingGrid

최소한의 설정으로 반응 및 대화형 JavaScript 데이터 그리드 및 테이블을 빌드 합니다.

ZingGrid사에서 공개
2019년 부터 ComponentSource에서 판매중

가격: US$ 98.00 버젼: 2.2.0 NEW 업데이스 날짜: 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.