adopted-ember-addons / adopted-ember-addons/ember-sortable
2.x not compatible with @html-next/vertical-collection
Aperta
- Lingua principale
- TypeScript
- Stelle
- 299
- Fork
- 159
- Merge medio
- 4g 6h
- PR unite (30g)
- 4
Descrizione
Vertical collection expects the items provided by `group.model` to be an array or an object that implements `objectAt` and will assert if they're not.
Works in ember-sortable 1.x.
```hbs
{{#vertical-collection items=group.model as |item|}}
{{item.name}}
{{/vertical-collection}}
```
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.