Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
When using the qlik-embed on 'table' charts the rows will overlay with the header when I scroll down.
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?
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%"
/>
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.