Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.36 KB

association-source.md

File metadata and controls

37 lines (22 loc) · 1.36 KB
title parent tags menu_order
Association Source
data-sources
studio pro
association
data source
60

1 Introduction

The Association source is a data source available to nested data grids, template grids, and list views.

{{% alert type="warning" %}}

The Association source retrieves objects from memory, not from the database.

{{% /alert %}}

An Association data source fills the widget with objects linked to another object by an association. To provide the context, the data widget needs to be nested within another data widget.

Data widgets that can function as a container for other data widgets are the template grid, list view, and data view.

{{% alert type="warning" %}}

Sorting columns and searching is not possible in data widgets with an association data source. This is because these features require a database call to function, which an association data source does not necessarily initiate.

{{% /alert %}}

2 Properties

2.1 Entity (Path)

The Entity (path) property specifies the association by which the widget is populated. Only objects that are connected to the object of the surrounding data container by association will appear in the widget.

3 Read More