SAP UI5 add Demo Kit like Gantt Chart #166179
Replies: 2 comments 1 reply
-
Hey! From what I’ve seen, some SAP Demo Kits like the V2 Gantt Chart don’t come with a manifest, which makes them tricky to plug in directly. If the layout editor lets you add libraries, you might try wrapping the demo kit in a custom component or module that does have a manifest kind of like creating a little adapter. That way you can hook it in smoothly. Otherwise, checking SAP’s official docs or community forums might help — sometimes folks share unofficial manifests or workarounds. Hope that points you in the right direction! Good luck with the integration. |
Beta Was this translation helpful? Give feedback.
-
Hey! Yeah, totally get what you mean it’d be super helpful if there were a step-by-step guide. As far as I know, there’s no official one specifically for integrating the Demo Kit components into your own project, especially for stuff like the V2 Gantt. Your best bet is probably checking the SAP UI5 community or GitHub repos sometimes folks post examples or share custom setups there. Also, digging into how the demo kit initializes the component (like looking at the JS used in the examples) can help you recreate that in your project. If I come across a solid guide, I’ll definitely share it here! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Body
Hello everyone,
I was wondering if anyone might know how to add SAP Demo Kits to a project. For example, the V2 Gantt Chart does not appear to have a manifest, which makes it difficult to integrate directly. Ideally, I would like to include it using the layout editor or a similar method, as it seems possible to add libraries there. Unfortunately, I am unsure how to proceed.
I would greatly appreciate any guidance or suggestions you may have.
Thank you!
Guidelines
Beta Was this translation helpful? Give feedback.
All reactions