qlik-demo-team / qdt-components

React Components to be used with Angular 10, React 16 and Vue 2. Connects with the Capability API and Engine API.
MIT License
92 stars 50 forks source link

Qdt-Current Selections not picking up selections #45

Closed Pelumis closed 5 years ago

Pelumis commented 5 years ago

i am currently building a mashup using Qdt-components and React, which has been going really well, but i have noticed that the current selections is not actually working properly , it seem that it only takes in selections on the page it lands on after a page refresh but when navigating to other pages and making selections the current selection bar is not being update with those selections.

Does anyone have any ideas how to fix this? Thanks

yianni-ververis commented 5 years ago

Hello,

Here, if you make a selection https://webapps.qlik.com/qdt-components/react/index.html#/filters and then navigate to https://webapps.qlik.com/qdt-components/react/index.html#/table-engine, the selections are still there.

What is the version that you are using and screen shot if any errors in the console

Pelumis commented 5 years ago

hi your example does show selections when navigating to the other page , i am wondering if that is the same implantation as https://webapps.qlik.com/qdt-components/react/index.html#/current-selections which is the one i am currently trying to use.

The version i am using of Qdt is v1.3.11

image

fkabinoff commented 5 years ago

I'm wondering if you are creating new instances on page change...check your network tab for websockets see what you got going on

yianni-ververis commented 5 years ago

check 1.3.22

yianni-ververis commented 5 years ago

All selection issues are resolved in the latest release, please update.

Closing the issue. Please reopen if you see it again.

Thank you