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-Component Dynamic height for objects ? #200

Closed ozgulgozacanlar closed 4 years ago

ozgulgozacanlar commented 4 years ago

I want to give the objects a constantly changing Height.But Angular 6 only once renders inside the qdt-component.ts Ex: this . qdtComponent . render ( this . Component , this . props , this . elementRef . nativeElement );

Is there any way to redraw the same object when the height changes ?

fkabinoff commented 4 years ago

the simplest way is to just call window.resize(). both QdtPicasso and QdtViz will resize on a window resize.