ZingGrid

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

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

가격: ₩ 135,000 버젼: 1.7.1 NEW 업데이스 날짜: Apr 9, 2024

ZingGrid 1.2.7

Released: Jul 20, 2021

1.2.7 버젼 업데이트

기능

  • Added [frozen] attribute to <zg-column>.
  • Enabled dragging of columns between frozen and main.
  • Added zg-column attribute [filter-index] to indicate the index that should be searched on a column filter.
  • Added setFrozenColumnsRight().
  • Added setFrozenColumnsLeft().
  • Added getFrozenColumnsRight().
  • Added getFrozenColumnsLeft().
  • Added ability for Grid to respond to being made visible after being hidden. The grid will automatically update its size parameters.
  • Added in <zg-frozen-colgroup> selector to style frozen column mask when this occurs.
  • Added data:record:openinsert event handler.
  • Added CSS variables for frozen column elements:
    • --zing-grid-freeze-style-border.
    • --zing-grid-freeze-style-box-shadow.
  • Added a type definition file.
  • The following attributes have been renamed:
    • <zg-column draggable> is now <zg-column drag>.
    • <zing-grid draggable> is now <zing-grid column-drag>.
    • get/setDraggable() are now get/setColumnDrag().
    • <zing-grid drag-action> is now <zing-grid column-drag-action>.
    • get/setDragAction() are now get/setColumnDragAction().
    • <zg-column color-mode> is now <zg-column type-color-mode>.
    • <zg-column color-preview> is now <zg-column type-color-preview>.

수정사항

  • Fixed issues with footer and frozen column interactions.
  • Fixed issues with footer and reordering columns.
  • Fixed issues with footer and vertical gridlines.
  • Fixed bugs with draggable columns.
  • Fixed bugs with focus.
  • Fixed bug with tooltip.
  • Fixed pixel errors.
  • Fixed issues with hierarchical headers and frozen columns.
  • Fixed issue with resizing into card mode.
  • Fixed issues with grid padding on resize.
  • Fixed scrolling event handler.
  • Fixed bug with sorting styles.