ZingGrid 1.3.0
Released: Apr 11, 2022
Mises à jour de 1.3.0
Fonctionnalités
- 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.
Correctifs
- 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.