You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/refguide/modeling/pages/data-widgets/data-sources/_index.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,9 +33,9 @@ Data grids, template grids, and list views are list widgets. Also, some [pluggab
33
33
34
34
*[Database](/refguide/database-source/) – objects are retrieved from the database; database constraints can be used to limit which objects are shown.
35
35
*[XPath](/refguide/xpath-source/) – objects are retrieved from the database; an XPath constraint can be used to constrain which objects are shown.
36
-
{{% alert color="info" %}}
37
-
From Mendix version 10.5, most widgets do not have a separate XPath source, you can apply XPath constraints to the **Database** source.
38
-
{{% /alert %}}
36
+
{{% alert color="info" %}}
37
+
From Mendix version 10.5, most widgets do not have a separate XPath source, you can apply XPath constraints to the **Database** source.
38
+
{{% /alert %}}
39
39
*[Microflow](/refguide/microflow-source/) – objects retrieved are determined by the result of calling the selected microflow. The microflow can take objects in the context as parameter and needs to return a list of objects.
40
40
*[Nanoflow](/refguide/nanoflow-source/) – objects retrieved are determined by the result of calling the selected nanoflow. The nanoflow can take objects in the context as a parameter and needs to return a list of objects. Nanoflow data source is only available for data views and list views.
41
41
*[Association](/refguide/association-source/) – the objects are retrieved from memory by following an association from the object in the context. Thus, this data source is only available when a widget is nested in another data container.
The data source determines which objects will be shown in a list view. For general information on data sources, see [Data Sources](/refguide/data-sources/).
49
49
@@ -53,7 +53,9 @@ The list view supports the following types of data sources:
53
53
54
54
*[Database source](/refguide/database-source/) – objects are retrieved directly form the database. The database source can be used in [offline](/refguide/offline-first/) applications.
55
55
*[XPath source](/refguide/xpath-source/) – objects are retrieved directly form the database
56
-
{{% alert color="info" %}}From Mendix version 10.5, the list view does not have a separate XPath source, you can apply XPath constraints to the **Database** source.{{% /alert %}}
56
+
{{% alert color="info" %}}
57
+
From Mendix version 10.5, the list view does not have a separate XPath source, you can apply XPath constraints to the **Database** source.
58
+
{{% /alert %}}
57
59
*[Microflow source](/refguide/microflow-source/) – calculates the list of objects by executing a microflow
58
60
*[Nanoflow source](/refguide/nanoflow-source/) – calculates the list of objects by executing a nanoflow
59
61
*[Association source](/refguide/association-source/) – follows an association to get to objects
@@ -78,7 +80,7 @@ An on-click event defines what action is performed when a user clicks a list vie
78
80
79
81
#### 2.4.3 Page Size {#page-size}
80
82
81
-
the number of rows displayed on the page; after the indicated limit is reached, the **Load more...** button is displayed on the page.
83
+
The number of rows displayed on the page; after the indicated limit is reached, the **Load more...** button is displayed on the page.
82
84
83
85
{{% alert color="info" %}}The **Load more** button is not visible on native mobile pages. The list view will automatically load new items, when the last of the currently loaded items is shown.{{% /alert %}}
0 commit comments