ZingGrid

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

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

가격: US$ 98.00 버젼: 2.1.5 업데이스 날짜: Aug 26, 2025

ZingGrid 릴리스

Released: Jan 24, 2024

1.6.3 버젼 업데이트

수정사항

  • Fixed horizontal scroll on filtering with custom image renderers.

Released: Jan 4, 2024

1.6.2 버젼 업데이트

수정사항

  • Don't open column menu if there are no columns.
  • Enhanced LICENSE check conditions.
  • Fixed error with [custom-disabled] when set to a custom method on a <zg-button>.
  • Fixed server side sort error.

Released: Dec 18, 2023

1.6.1 버젼 업데이트

기능

  • More button features for both <zg-button> and button column.
    • Customizable borders forceBorder.
      • Added [force-border] attribute to <zg-button>. As a boolean, it forces a border on built in buttons. Set attribute to disabled to remove border from custom buttons.
      • Added [button-border] to <zg-column> which will be read in columns with type="button" | "remover" | "editor" | "duplicate".
    • Add a handler handler.
      • Added [handler] to <zg-button> to add a handler event to a custom...

Released: Sep 6, 2023

1.6.0 버젼 업데이트

기능

  • Added batch editing as a built-in feature. Enable it by including the '[batch-edit]' attribute to start editing, inserting, and removing rows as a single action.
  • The custom filter object now allows you to customize part of, or all of the filter.
  • Added a <zg-cell-overflow> element to put in cell content that sits on top of grid.
  • Added CSS variables for batch edit styles.
  • Added tooltips for batch editing buttons.
  • Added Spanish values for batch editing.
  • Updated 'groupRowAggregate' renderer...

Released: Apr 12, 2023

1.5.3 버젼 업데이트

수정사항

  • Fixed card to row layout bug.

Released: Apr 4, 2023

1.5.2 버젼 업데이트

기능

  • Added new API methods: deselectRows, deselectRow and selectRow.

수정사항

  • Fixed bug with row selection not resetting after refresh.

Released: Mar 27, 2023

1.5.1 버젼 업데이트

기능

Aggregate Column

  • ZingGrid now has the ability to include aggregate columns.
  • Fully customize the aggregate column by setting 'typeAggregateValue' to a custom renderer.
  • Combine aggregate columns with aggregate rows to display a grand total.

Other minor features:

  • Added [typeUrlTarget] which takes the options from HTML target attributes.
  • Added smarter detection of formatting for aggregate cells.
  • Added 'data:afterfetch' event which is called after data is received from the server, but before it is...

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...

Released: Aug 31, 2022

1.4.1 버젼 업데이트

수정사항

  • Fixed edit row scrolling bug.
  • Fixed edit cell scrolling bug.
  • Fixed edit cell > edit row bug.

Released: Aug 23, 2022

1.4.0 버젼 업데이트

기능

Added state management functionality:

  • ZingGrid has the ability to preserve its state between page load. The following states are preserved: column position, column visibility, column width, filter, frozen columns, frozen rows, layout, page, page size, row selector, search, selector and sort.

Added support for setting the data source to be HTML tables:

  • Added support for setting [is="zing-grid"] attribute HTML tables.
  • Added dataZgFrozenColumn to columns.
  • Added the following <zg-param&gt...