Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content
Announcements
March 26 at 10am ET: See how Qlik drives growth and value in ISV segment - REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
FleetSuccess_nposton
Partner - Contributor
Partner - Contributor

Qlik Embed Table Overflow

When using the qlik-embed on 'table' charts the rows will overlay with the header when I scroll down.

Labels (2)
3 Replies
alex_colombo
Employee
Employee

Hey @FleetSuccess_nposton I can't reproduce your issue. Could you please share your html and JS code where you are using qlik-embed? Are you using on-prem or SaaS version of the product?

FleetSuccess_nposton
Partner - Contributor
Partner - Contributor
Author

I'm using the SaaS version. I'm using vue2 on the frontend.

 

 

        <qlik-embed
          :ui="ui"
          :app-id="appId"
          :object-id="objectId"
          :theme="theme"
          :iframe="iframe"
          context:json="{interactions:{select: true, edit: true}}"
          ref="embedRef"
          style="position: relative; top: 0; z-index: 0; height: 100%"
        />

 

 

alex_colombo
Employee
Employee

Maybe you could have a css clash. Could you please try to create a simple and empty web app and then embed the table? If you have the same issue, please open a support case.