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
Update Card view tutorial with caching documentation (SharePoint#7517)
* Update Card view tutorial with caching documentation
* Update docs to reflect 1.14, not beta
* Update advanced-card-view-functionality.md
Updating preview note on the doc
Co-authored-by: Andrew Connell <[email protected]>
Co-authored-by: Vesa Juvonen <[email protected]>
Copy file name to clipboardExpand all lines: docs/spfx/viva/get-started/advanced-card-view-functionality.md
+44-1Lines changed: 44 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,17 @@
1
1
---
2
2
title: Advanced Card View Functionality
3
3
description: "This tutorial builds off the tutorial 'Build your first SharePoint Adaptive Card Extension'."
4
-
ms.date: 10/25/2021
4
+
ms.date: 02/18/2022
5
5
ms.prod: sharepoint
6
6
ms.localizationpriority: high
7
7
---
8
8
# Advanced Card View Functionality
9
9
10
10
This tutorial builds off the following tutorial: [Build your first SharePoint Adaptive Card Extension](build-first-sharepoint-adaptive-card-extension.md)
11
11
12
+
> [!IMPORTANT]
13
+
> This feature is still preview status as part of the 1.14 release and should not be used in production. We are looking into releasing them officially as part of the upcoming 1.15 release.
14
+
12
15
In this tutorial, you'll implement advanced card view functionality. You'll build off the the previous tutorial and create a card view that's powered by data in a SharePoint list.
13
16
14
17
## Create a test list
@@ -410,6 +413,45 @@ Select the **Next** button until you get to the last item in the list. The card
410
413
411
414
:::imagetype="content"source="../../../images/viva-extensibility/lab2-ace-6.png"alt-text="Card displaying the last item in the list with only a Previous button":::
0 commit comments