aurelia-v-grid / vGrid

Aurelia-v-grid - npm source
MIT License
49 stars 10 forks source link

Info: Old grid vs new #59

Closed vegarringdal closed 7 years ago

vegarringdal commented 7 years ago

Illl try and list up what in old docs can be used: click here for old docs

On <vgrid> element:

https://aurelia-ui-toolkits.gitbooks.io/aurelia-v-grid-docs/content/chap03/#v-grid-attributes

Removed, not coming back:

Not added yet, planned to be added:

New:

Custom attributes:

Removed, not coming back * v-observe-field * v-row-menu Will make new with more options * v-header-menu Will make new with more options

Not added yet, planned to be added * v-key-move

Changed/modified: * v-drag-drop-col Thsi you now set like this: v-drag-drop-col="title:First Name; field:firstName" not having both disables the grouping, this is added automatically when using simpleHTML, columnbind unless you also supply html here.

Internal function:

Look away from all of these except selection, the datasources selection pretty much work the same way https://aurelia-ui-toolkits.gitbooks.io/aurelia-v-grid-docs/content/chap06/

vegarringdal commented 7 years ago

Tempbook replaces this replaced by temp gitbook: https://github.com/vegarringdal/vGrid/issues/69