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.