ZingGrid

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

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

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

ZingGrid 1.2.2

Released: Aug 28, 2020

1.2.2 버젼 업데이트

기능

  • Added align property to <zing-grid>.
  • Updated code for align in <zg-column>.
  • Added following attributes to <zing-grid> and <zg-column> to match similar attributes for cellheaderx [celltooltipaction] [celltooltipposition] [celltooltiprenderer] [celltooltiptemplate] [celltooltiptype].
  • Added following attributes on <zing-grid> and <zg-column> to delay displaying the tooltip on hover. [celltooltipdelay] [headertooltipdelay].
  • Added following attributes on <zing-grid> and <zg-column> to set icon for tooltip trigger [celltooltipicon] [headertooltipicon].
  • Added column type info.
  • Added keyboard navigation for tooltip display.
  • Added the following attributes to both <zing-grid> and <zg-column>.
    • [headerTooltipAction] Sets the execution method of custom 'icon' type tooltips to either activate on hover or click.
    • [headerTooltipIconPosition] Sets the tooltip icon position for the tooltip icon in the header cells.
    • [headerTooltipPosition] Sets the tooltipposition for the header cell.
    • [headerTooltipRenderer] Gets the name of the user's custom render function, on window, to use the function's return value as the tooltip content.
    • [headerTooltipTemplate] Points to an external template element to be used as the template for the header tooltip.
    • [headerTooltipTrigger] Sets what part of the header triggers the tooltip. If set to 'icon', an info icon is added to the header.
    • [headerTooltipType] Sets the style to use for the tooltips. Uses the default style by default. Can set to system to match the tooltips used on icons throughout zinggrid.
  • Added to <zg-column>: [headerTooltipText] Sets the tooltip string for the header cell of the column. Can pass this value to renderer or template.
  • Added window event zinggridavailable that fires when the library is loaded.
  • Added in double click resizing.
  • Added in <zing-grid> attribute [columnresizablepersistent] and.

수정사항

  • Infinite Scroll Bug Fixes.
  • Fixed several issues with column resizing.
  • Changed <zg-nodata> to <zg-no-data>.
  • Fixed bug with custom templates.
  • Fixed issue with bogus tokens in URLs Fixed issue with server side sorting on load.
  • Fixed dynamic adding and removing of <zg-selector-mask>.
  • Fixed multiple cell/single row select and copy bug.
  • Fix issue with editortemplate being set on a single column and forcing modal edit.
  • Fixed bug with menu items not being keyboard navigable in static menu.
  • Fixed bug with internal controls column width size.
  • Fixed issue with pageindex attribute on <zg-button>.
  • Made changes to the Date library to handle safari's processing.
  • Allow resize of columns while row editing.
  • Fixed bug with forcing resize handlers on system column types.
  • Fixed bug with rowselector being enabled twice.
  • Fixed issue with rowselector value being updated.
  • Fixed bug with quick back to back resize.
  • Fixed various alignment issues with column tooltips.
  • Fixed bug with edit and search overlap.
  • Bug fixes for initial tooltip release.