Page tree
Skip to end of metadata
Go to start of metadata

The Dataview control looks like an explorer view displaying multiple records as tiles. 

Data content is usually provided by a data object (e.g. business entity) which needs to be linked to this graphical object using a Data link in the Links view of the Layout Designer.

The "templateFormat" attribute, defaults to "handlebars" but can be set to "vue" as well.

If changed to "vue" the developer can specify the "Template" attribute as the Vue Template(Component) name to be used. eg. "my-component"

The Vue component MyComponent needs to be implemented in custom Client Logic repository or as part of the default Vue Templates. (see htmlContainer for more details regarding the available Vue Templates).

For full description of attributes and events of this object please access the Client-Logic API 

  • No labels