ZingGrid

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

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

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

ZingGrid 1.1.1

Released: Sep 10, 2019

1.1.1 버젼 업데이트

기능

  • Added internationalization.
    • Defaults to lang set on html tag.
    • Can set lang per grid.
    • Can set global lang through api.
    • Can set custom lang file.
  • Added HTML standard direction dir="rtl" and dir="ltr".
  • Added internationalization to date columns.
  • Added conventionally standard tokens (moment.js) to date columns for custom date formatting.
  • Refined currency columns for smart defaults to detect lang to format numbers.
  • Added locale to number renderer.
  • Refined filter/search to match the current language.
  • Added defaultdisplay attribute to zinggrid and zgcolumn to display when the data value is null or undefined.
  • Added [position="both"] attribute to <zgsource>.
  •  Added compact property to <zinggrid> to mirror [compact] attribute.
  •  Added params property (not attribute) to ZingGrid to allow setting of data params via JavaScript.
  •  Added params property to ZingGrid to allow setting of data params on object render.
  • Changed getWidth() and getHeight() API methods to return the actual <zinggrid> width and height..
  • Modified <zinggrid> [width] attribute to take values besides px. If no unit is specified, defaults to px.
  • Added sorter style to the footer on sorting.