File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
powerapps-docs/developer/component-framework/sample-controls Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -36,12 +36,12 @@ Model-driven apps and canvas apps (public preview).
36
36
<?xml version =" 1.0" encoding =" UTF-8" standalone =" yes" ?>
37
37
<manifest >
38
38
<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" >
40
40
<property-set name =" samplePropertySet" display-name-key =" Property_Display_Key" description-key =" Property_Desc_Key" of-type =" SingleLine.Text" usage =" bound" required =" true" />
41
41
<property-set name =" samplePropertySet2" display-name-key =" Property_Display_Key2" description-key =" Property_Desc_Key2" of-type =" SingleLine.Text" usage =" bound" required =" true" />
42
42
</data-set >
43
43
<resources >
44
- <code path =" bundle.js " order =" 1" />
44
+ <code path =" index.ts " order =" 1" />
45
45
<css path =" css/TestDataSetCtrl.css" order =" 1" />
46
46
<resx path =" strings/TestDataSetCtrl.1033.resx" version =" 1.0.0" />
47
47
</resources >
@@ -445,6 +445,8 @@ private onLoadPrevButtonClick(event: Event): void {
445
445
` ` `
446
446
447
447
` ` ` XML
448
+ < ? xml version = " 1.0" encoding = " utf-8" ? >
449
+ <root >
448
450
< xsd : schema id = " root" xmlns = " " xmlns : xsd = " http://www.w3.org/2001/XMLSchema" xmlns: msdata = " urn:schemas-microsoft-com:xml-msdata" >
449
451
< xsd: import namespace = " http://www.w3.org/XML/1998/namespace" / >
450
452
< xsd: element name = " root" msdata :IsDataSet = " true" >
You can’t perform that action at this time.
0 commit comments