Rilasci di ZingGrid
Released: Jul 19, 2022
Aggiornamenti in 1.3.1
Funzionalità
- 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.
Correzioni
- 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...
Released: Apr 11, 2022
Aggiornamenti in 1.3.0
Funzionalità
- 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...
Released: Apr 11, 2022
Aggiornamenti in 1.2.7-4
Correzioni
- Fixed import for ZingGrid object.
Released: Mar 17, 2022
Aggiornamenti in 1.2.7-3
Funzionalità
- 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...
Released: Feb 4, 2022
Aggiornamenti in 1.2.7-2
Correzioni
- Fixed Github API Integration.
Released: Jul 20, 2021
Aggiornamenti in 1.2.7
Funzionalità
- 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...
Released: Apr 27, 2021
Aggiornamenti in 1.2.6
Correzioni
- 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
Aggiornamenti in 1.2.5
Funzionalità
- 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...
Released: Nov 11, 2020
Aggiornamenti in 1.2.4
Funzionalità
- Added
zing-grid draggable option.
Correzioni
- IOS device multiple resize events firing causing performance issues.
Released: Oct 28, 2020
Aggiornamenti in 1.2.3
Correzioni
- Fixed column type image problems.