
Adds new column type which renders as a percentage and edits as a number.
Features
- 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 arowindex
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.