Skip to content

Commit 03d8c03

Browse files
authored
Merge branch 'live' into patch-5
2 parents 32c21cd + 5c127dc commit 03d8c03

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ Model-driven apps and canvas apps (public preview).
3636
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
3737
<manifest>
3838
<control namespace="PcfSample" constructor="TestDataSetCtrl" version="0.0.6" display-name-key="TestDataSetCtrl" description-key="TestDataSetCtrl description" control-type="standard" api-version="1.2.1">
39-
<data-set name="simpleTableGrid" display-name-key="Dataset_Display_Key">
39+
<data-set name="sampleDataSet" display-name-key="Dataset_Display_Key">
4040
<property-set name="samplePropertySet" display-name-key="Property_Display_Key" description-key="Property_Desc_Key" of-type="SingleLine.Text" usage="bound" required="true"/>
4141
<property-set name="samplePropertySet2" display-name-key="Property_Display_Key2" description-key="Property_Desc_Key2" of-type="SingleLine.Text" usage="bound" required="true"/>
4242
</data-set>
4343
<resources>
44-
<code path="bundle.js" order="1"/>
44+
<code path="index.ts" order="1"/>
4545
<css path="css/TestDataSetCtrl.css" order="1"/>
4646
<resx path="strings/TestDataSetCtrl.1033.resx" version="1.0.0"/>
4747
</resources>
@@ -445,6 +445,8 @@ private onLoadPrevButtonClick(event: Event): void {
445445
```
446446
447447
```XML
448+
<?xml version="1.0" encoding="utf-8"?>
449+
<root>
448450
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
449451
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
450452
<xsd:element name="root" msdata:IsDataSet="true">

0 commit comments

Comments
 (0)