ZingGrid のリリース
Released: Jul 19, 2022
1.3.1 での更新項目
機能
- Added server side filtering functionality.
- Added [filterkey] attribute on <zgColumn>. By default, the filter key will be the field index.
- Added serverFilter boolean to <zgparam>. This and loadByPage are required to turn on server side filtering.
不具合の修正
- Fixed default zebra striping to work with frozenrows.
- Fixed bug processing data when the data object has a '.' in the key value. The '.' is used for data path and hierarchical columns. You can set this to another key or disable it...
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...
Released: Apr 11, 2022
1.2.7-4 での更新項目
不具合の修正
- Fixed import for ZingGrid object.
Released: Mar 17, 2022
1.2.7-3 での更新項目
機能
- Added
setFrozenColumnsRight(), setFrozenColumnsLeft(), getFrozenColumnsRight() and getFrozenColumnsLeft().
- Added the ability to close dialog by pressing the ESC key.
- Improved functionality of RSS input.
- Added
<zg-param> option to escape or disable escaping of HTML in RSS.
- Added the ability to auto populate
typeSelectOptions from data if not set by user.
- Changed the
typeColorPreview turnoff state to be disabled to be consistent with other attributes.
- Added the ability to preserve...
Released: Feb 4, 2022
1.2.7-2 での更新項目
不具合の修正
- Fixed Github API Integration.
Released: Jul 20, 2021
1.2.7 での更新項目
機能
- Added [frozen] attribute to <zg-column>.
- Enabled dragging of columns between frozen and main.
- Added zg-column attribute [filter-index] to indicate the index that should be searched on a column filter.
- Added setFrozenColumnsRight().
- Added setFrozenColumnsLeft().
- Added getFrozenColumnsRight().
- Added getFrozenColumnsLeft().
- Added ability for Grid to respond to being made visible after being hidden. The grid will automatically update its size parameters.
- Added in <zg-frozen-colgroup>...
Released: Apr 27, 2021
1.2.6 での更新項目
不具合の修正
- Fixed issue with horizontal scroll and paging.
- Fixed issue with zgcolumns inside of zgcell data.
- Fixed issue with new line in data attribute.
- Fixed issue with horizontal scroll and server side sort.
Released: Mar 9, 2021
1.2.5 での更新項目
機能
- Added typeimagesrc attribute to allow image src to be partially formed from index values.
- Improved updateRecord functionality.
- Updated removeRecord to work with an array of object data.
- Added pageRowIndex to click event to show the index on the page of the selected cell.
- Added recordIndex and columnIndex into cell event data.
- Added updateCellByPosition API method.
- Added updateCellByID API method.
- Added decimal steps, min and max to range columns.
- Added support for comma separated lists in...
Released: Nov 11, 2020
1.2.4 での更新項目
機能
- Added
zing-grid draggable option.
不具合の修正
- IOS device multiple resize events firing causing performance issues.
Released: Oct 28, 2020
1.2.3 での更新項目
不具合の修正
- Fixed column type image problems.