From 8fe4cfe64fcc67bbdcb334727b4f27a3bcafe9e5 Mon Sep 17 00:00:00 2001 From: Andries Smit Date: Wed, 15 Jan 2020 16:28:55 +0100 Subject: [PATCH 1/2] No load more button for native list view --- content/refguide/list-view.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/refguide/list-view.md b/content/refguide/list-view.md index 67f0368f37b..01e7b258325 100644 --- a/content/refguide/list-view.md +++ b/content/refguide/list-view.md @@ -70,6 +70,8 @@ An on-click event defines what action is performed when a user clicks a list vie the number of rows displayed on the page; after the indicated limit is reached, the **Load more...** button is displayed on the page. +{{% alert type="info" %}}The **Load more** button is not visible on native mobile pages. The list view will automatically load new items, when the bottom of the list is visible.{{% /alert %}} + #### 2.4.4 Scroll Direction {{% alert type="info" %}}The scroll direction property is only supported on native mobile pages.{{% /alert %}} @@ -121,4 +123,4 @@ To perform actions on a list view, select it on a page and right-click it. The l * [Page](page) * [Data Widgets](data-widgets) * [Data Sources](data-sources) -* [Properties Common in the Page Editor](common-widget-properties) \ No newline at end of file +* [Properties Common in the Page Editor](common-widget-properties) From fcae4ad4a3d30e34d3094a2e069cc493e51c9b50 Mon Sep 17 00:00:00 2001 From: Mark van Ments <35492184+MarkvanMents@users.noreply.github.com> Date: Wed, 15 Jan 2020 16:33:46 +0100 Subject: [PATCH 2/2] Update list-view.md --- content/refguide/list-view.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/refguide/list-view.md b/content/refguide/list-view.md index 01e7b258325..1d2d785f7c6 100644 --- a/content/refguide/list-view.md +++ b/content/refguide/list-view.md @@ -70,7 +70,7 @@ An on-click event defines what action is performed when a user clicks a list vie the number of rows displayed on the page; after the indicated limit is reached, the **Load more...** button is displayed on the page. -{{% alert type="info" %}}The **Load more** button is not visible on native mobile pages. The list view will automatically load new items, when the bottom of the list is visible.{{% /alert %}} +{{% alert type="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 %}} #### 2.4.4 Scroll Direction