Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
Yianni_Ververis
Employee
Employee

sequencer.png

react_Qdt.png

 

If you are not familiar with qdt-components, here is the latest blog with a broad coverage.
https://community.qlik.com/t5/Qlik-Design-Blog/Qdt-components-2020-Update/ba-p/1663426


Our latests edition is the QdtSequencer.  You define a dimension and then you can play the sequencer every x number of seconds and a selection will be made to the engine. You can stop and restart or even move forward a frame.

 

sequencer.png


You basically define the type, the delay in seconds and if you want a key to control the play/pause like spacebar

 

 

<QdtComponent type="QdtSequencer" props={cols: ['Date'], keyCode: 32, delay: 1} />

 

 

 


Here is a live example
https://qdt-apps.qlik.com/qdt-components/react/#/sequencer

 

GitHub repo: https://github.com/qlik-demo-team/qdt-components

 

Happy Coding!!!

/Yianni

2 Comments
Lech_Miszkiewicz
Partner Ambassador/MVP
Partner Ambassador/MVP

love it!

929 Views
Yianni_Ververis
Employee
Employee

qdt-components 3.0 beta is out. Check out the examples at
https://observablehq.com/collection/@yianni-ververis/qdt-components 

0 Likes
519 Views