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.