qdt-components (Qlik Demo Team Components) is a library of components that we have developed in the demo team and that have been used in most of our mashups found in webapps.qlik.com and demos.qlik.com. It's a collection of filters, tables, barcharts, selection toolbars, or even simple getting/creating object methods from the Visualization Api. You do not have to worry about connection strings, loading Requirejs, jQuery etc. Everything is taken care for you! The library can be used in a simple html page by loading the qdt-components.js or in React and Angular2+ via npm.
Today, I will show you how to load a simple object and create a session barchart, in simple html and Angular 5
I dont have any experience using react in a extension. I think you would need to package the file in a very specific way, and I dont know how to do that. I only know how to do standard structured extension using vanilla js or AngularJS.
Good to see you in the Integration meetup the other day. Thanks for everything you are doing relating to QDT components.
I was wondering if QDT components can be used in conjunction with a connection to the Engine api so that the Engine data and the QDT components share the same session?
Hello Andy and my apologies for not making it clear enough.
YES!
Most of the components are with the Enigma.js, Picasso.js and the Engine API and they share identity. Only the first two examples from the link below are from the Capability API.
Here is a list of what i have shown, fell free to ping me in slack or email for more details
Thank you so much for making this re-usable libs, which really save our time.
I am building Qlik Sense Mashup, i have copied the 'qdt-react-website-master' to my local and updated the below configuration, which works fine in localhost:8080 and qlik sense desktop. but it is not working when it is deployed to dev-hub cloud.