subschema-plugin-list
v4.1.3
Published
Subschema
Downloads
34
Readme
Renders a list of objects. A subschema can be specified to describe items in the list.
It has the following extra options
- canReorder - Allow reordering (default false)
- canDelete - Allow deleting (default false)
- canEdit - Allow editing (default false)
- canAdd - Allow adding (default false)
- itemTemplate - Template to wrap list items.
- collectionCreateTemplate - Template for creating items.
- itemType - The type of each item
See the example
Mixed
Much like a list but uses the keys of the objects instead of indexes.
See the example