Skip to content

Commit 64d71fa

Browse files
committed
3043684
1 parent 2a0901d commit 64d71fa

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

powerapps-docs/maker/portals/liquid/render-entity-list-current-page.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: gitanjalisingh33msft
55

66
ms.topic: conceptual
77
ms.custom:
8-
ms.date: 04/21/2022
8+
ms.date: 11/18/2022
99
ms.subservice: portals
1010
ms.author: gisingh
1111
ms.reviewer: ndoelman
@@ -16,7 +16,6 @@ contributors:
1616

1717
# Render the list associated with the current page
1818

19-
2019
[!INCLUDE[cc-pages-ga-banner](../../../includes/cc-pages-ga-banner.md)]
2120

2221
Render the List associated with the current page as a paginated sortable table. Uses [entitylist](liquid-objects.md#entitylist), [entityview](liquid-objects.md#entityview), [Dataverse entity tags](portals-entity-tags.md), [page](liquid-objects.md#page), and [request](liquid-objects.md#request) parameters, and includes search and multiple view selection.
@@ -64,6 +63,10 @@ Render the List associated with the current page as a paginated sortable table.
6463
href="{{ request.path_and_query | remove_query:'search' | h }}">&times;</a>
6564
</div>
6665
{% endif %}
66+
{% assign viewid = request.params.view %}
67+
<input name="view" class="form-control"
68+
value="{{ viewid | h}}"
69+
type="hidden"/>
6770
<input name="search" class="form-control"
6871
value="{{ params.search | h }}"
6972
placeholder="{{ entitylist.search_placeholder | default: 'Search' | h }}"
@@ -249,4 +252,3 @@ Render the List associated with the current page as a paginated sortable table.
249252
[Render up to three levels of page hierarchy by using hybrid navigation](hybrid-navigation-render-page-hierachy.md)
250253

251254

252-
[!INCLUDE[footer-include](../../../includes/footer-banner.md)]

0 commit comments

Comments
 (0)