We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be6dcc9 commit 46444daCopy full SHA for 46444da
docs/.vitepress/config.mjs
@@ -110,6 +110,7 @@ export default defineConfig({
110
{ text: 'Device Capabilities', link: '/development/specific/ndc' },
111
{ text: 'Drag & Drop', link: '/development/specific/drag' },
112
{ text: 'CDS, EML', link: '/development/specific/cds' },
113
+ { text: 'OData', link: '/development/odata' },
114
]
115
},
116
@@ -153,7 +154,7 @@ export default defineConfig({
153
154
{ text: 'Downporting', link: '/advanced/downporting' },
155
{ text: 'Renaming', link: '/advanced/renaming' },
156
{ text: 'Remote App Calls', link: '/advanced/rfc' },
- { text: 'OData, Smart Controls', link: '/advanced/odata' },
157
+ { text: 'Smart Controls', link: '/advanced/smart_controls' },
158
{ text: 'Extensibility', collapsed : "false" , link: '/advanced/extensibility' , items: [
159
{ text: 'Custom JS', link: '/advanced/extensibility/custom_js' },
160
{ text: 'Custom Control', link: '/advanced/extensibility/custom_control' },
docs/advanced/odata.md
docs/advanced/smart_controls.md
@@ -0,0 +1,3 @@
1
+# Smart Controls
2
+
3
+You can use Smart Controls, check out sample `Z2UI5_CL_DEMO_APP_313`. (Experimental Feature)
docs/development/odata.md
+# OData
+You can bind an OData Service to your view, check out sample `Z2UI5_CL_DEMO_APP_314`. (Experimental Feature)
0 commit comments