ZingGrid

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

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

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

ZingGrid 2.0.0

Released: Feb 13, 2025

2.0.0 버젼 업데이트

기능

  • Modified the underlying architecture to better support flexibility in the grid's layout and configuration.
  • Row Details:
    • ZingGrid now has a built-in feature to expand rows to reveal more details. This functionality is made to work with other features, such as edit, filter, search, and sort. The open state of the rows are preserved when paging.
    • This feature can be added to your grid through the different ways:
      • [row-details-template] attribute.
      • [row-details-renderer] attribute.
      • <zg-row-details> component that directly takes in a <template> element.
      • API methods: setRowDetailsRenderer(), setRowDetailsTemplate(), getRowDetailsRenderer(), and getRowDetailsTemplate().
    • The events are added to trigger when rows are opened or closed: row:detailsopen and row:detailsclose.
    • The nested grid data can be set via token.
  • Row Height:
    • The height of the rows can be set through the [row-height] attribute. Also, [row-height-scope] is added to specify which rows to apply [row-height] to (headers, data, footers).
    • These attributes also has API methods support: setRowHeight(), getRowHeight(), setRowHeightScope(), and getRowHeightScope().
  • Crosshair:
    • Enable crosshair in your grid with the .crosshair class.
  • Selector Page Persistent:
    • Row selection now persist when paging when you add [type-selector-page-persist]. This attribute exists in both the <zing-grid> and <zg-column> components.
  • Support for ndjson response.
  • Updated CSS variables.

수정사항

  • Fixed scrolling on focus.
  • Fixed bugs with state preservation and [type-selector-page-persist].
  • Fixed select all with lazy loading and [type-selector-page-persist].
  • Properly unselect all checkboxes on page when they were all checked with lazy load.
  • Fixed dynamic updates.
  • Fixed overflow bug with iframe and image.
  • Fixed bug with sorting and frozen rows.
  • Fixed bug with card:click event handler.