ZingGrid

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

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

가격: 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.