ZingGrid

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

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

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

ZingGrid 1.7.0

Released: Mar 20, 2024

1.7.0 버젼 업데이트

기능

  • Advanced Filtering:
    • Updated the filter feature to now support different filter conditions, such as "contains", "notContains", "equal", "beginsWith", and "endsWith".
    • The filter menu now has many capabilities that are customizable. You can change the number of filter conditions to apply to the column or add your own custom condition. If you don't want to filter by conditions, you can even update it to selectbox options.
    • The filter menu now supports styling through CSS variables.
    • The previous filter behavior is still available by setting [filter="inline"].
    • Both inline and menu filtering can connect to your REST endpoints through <zg-param> to support server-side filtering. Just set the [loadByPage] and [serverFilter] params (filter menu additionally requires the [createFilterURL] param).

수정사항

  • Fixed bug with blank area in header and footer when vertical scroll bar is enabled.
  • Fixed JavaScript error on clicking in footer when vertical scroll is enabled.
  • Changed frozen rows to have same row height as normal body rows.
  • Fixed bug with interaction between record select column and virtual row scrolling.
  • Fixed [filter-menu] bug when only selectbox is displayed.
  • Fixed issue with double span container in <zg-button>.
  • Moved filter menu select list from shadow DOM to the light DOM.