ZingGrid

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

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

가격: ₩ 135,000 버젼: 1.7.1 NEW 업데이스 날짜: Apr 9, 2024

ZingGrid 1.3.0

Released: Apr 11, 2022

1.3.0 버젼 업데이트

기능

  • Added a new column type which renders as a percentage and edits as a number.
  • Added [typePercentageDecimals] and [typePercentageMaxDecimals] to indicate number of decimals to display for percentage type.
  • Added [typeSelectDefaultValue] attribute for select column types. It will set the default select option on new records and if no value set on edit.
  • Added openRowEditor() method to <zing-grid> This will take a rowindex and open that row in edit mode if the editor is turned on.
  • Added creator attribute to <zing-grid> to specify 'inline' or 'modal' editor type for new records.
  • Frozen rows are now included in zebra.
  • Improved cell copy functionality.

수정사항

  • Fixed bugs with insert row event handling.
  • Fixed bug in select editor when name/value pairs are set.
  • Fixed bug with filter and refresh.
  • Fixed editing bugs.
  • Fixed bugs with auto adding and removing the caption.
  • Fixed bugs with selector in frozen rows.
  • Fixed bug with hierarchical column navigation.
  • Fixed bug with dir attribute being removed.
  • Fixed the CSS parts overlap within <zg-dialog>.
  • Fixed focus bug with frozen rows.
  • Fixed issues with user defined <zg-caption> being overwritten by automatic caption.
  • Fixed keyboard navigation issues when dir="rtl".
  • Fixed bug with inserting new row in grid with frozen rows.
  • Fixed CSS classes on focusing and unfocusing with frozen rows.
  • Fixed bug with data:record:insert not firing on insert of remote data when full dataset is returned.
  • Fixed bug with hiding/showing columns.