Releases: aurelia-ui-toolkits/aurelia-v-grid
Releases · aurelia-ui-toolkits/aurelia-v-grid
0.2.6
0.2.5
Removed "important!" from the row css.
0.2.4
Scrollbar fix when resizing window
0.2.3
Fix to the config-builder.js
0.2.2
Fix for Aurelia CLI
0.2.1
Updated dependencies (Aurelia version 1.0)
0.2.0
Breaking change:
Utility functions to take and return just a array, and setColumns also now sets internal column count
New feature:
<v-grid>
attribute:
- v-only-custom : settingthis to true stops grid to add the custom attributes like v-key-move, v-image-fix, v-resize-col, v-drag-drop-col, v-observe-field when in simple or column setup so you have more control when using these
- v-attribute-observe : setting observer on current entity attributes for updates to current row
this.myGrid.ctx
Utility functions:
- orderBy(sortArray): for multisort by code
- reGenerateColumns(resetScrollToTop) : call when you have set new column by code, and grid will rebuild the columns with new setup
0.1.0
First release of Aurelia v-grid plugin