Skip to content

Commit 10b48f3

Browse files
Merge pull request #2446 from MicrosoftDocs/master
Live Publish
2 parents ed583eb + e05d963 commit 10b48f3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

powerapps-docs/developer/component-framework/community-resources.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ The following is the list of videos created by Power Apps community.
4747
|[Power Apps component framework Academy: Deep dive manifest file for field template](https://www.youtube.com/watch?time_continue=522&v=w40zqSsYEy0)| Learn how to define a manifest file for field type code components.|
4848
|[Power Apps component framework Academy: Dataset components](https://www.youtube.com/watch?v=OEiM97nTD0w)| Learn more detail about dataset components and how different methods of dataset API are utilized.|
4949
|[Power Apps component framework Academy: Importing into your organization](https://www.youtube.com/watch?v=2uO2L2xTPkc)| Learn how to package and import code components into Common Data Service.|
50+
|[Power Apps component framewrok revolution](https://youtu.be/_SjEQ-7LK_Q)|Learn how component framework has enhanced the visualization in model-driven and canvas apps|
5051
|[Power Apps component framework Academy: Using React and Office UI fabric](https://www.youtube.com/watch?v=e7JNgGlI3nE)| Learn how to use React and UI fabric in code components.|
5152
|[Power Apps component framework Academy: Usage of additional frameworks](https://www.youtube.com/watch?v=cOPyyDdsEjQ)| Learn how to use additional frameworks in building code components.|
5253
[Power Apps component framework Academy: Working with manifest file](https://www.youtube.com/watch?v=qbSpDVTxt7U&t=5s)| Introductory video on manifest file and various methods that need to be defined for developing code components in the manifest file.|

powerapps-docs/developer/component-framework/sample-controls/data-set-component-canvas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.assetid: 356561d0-a36b-4b93-8b76-3e1abf9414e9
1717

1818
This sample shows how to create a dataset component for canvas apps. The dataset component also showcases how to use the dataset API methods to get column metadata, record data, page through data, and handle navigation.
1919

20-
You can download the sample component from [here](https://github.com/microsoft/PowerApps-Samples/tree/master/component-framework/TS_PropertSetTableControl).
20+
You can download the sample component from [here](https://github.com/microsoft/PowerApps-Samples/tree/master/component-framework/TS_PropertSetyTableControl).
2121

2222
> [!div class="mx-imgBorder"]
2323
> ![Data set grid control](../media/data-set-grid-control-canvas.png)

0 commit comments

Comments
 (0)