Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Guys,
I've developed an extension that contains a table; I want my table to have a vertical scroll bar ; for that, I use this css code:
height: 200px;
overflow-y: auto;
For now, It's all good:
But now, if I zoom my chart (extension):
result:
But when zoomed, I don't want the scroll to appear after 200px; but rather after 400 px or so.
The question is; how to capture the "zoom" event? To do my condition on it?
If you know another way to add the scroll bar without specifying the height on px? like the by default Sense tables? I'll be all ears !
Thanks
mto, if you can provide some assistance with this; It'll be awesome.
Hi Omar - this is not my area of product expertise - I can tag a few people - but not sure if they can reply as soon as would be able to. Please be aware, tagging these individuals in the future may not always get you a response, so if urgent or if you are not getting anywhere with the Qlik Community - please continue to tag me. Thank you
bmz akl larsc - is this something you can quickly assist Omar with? If not - can you recommend someone who can?
Thanks guys
Thank you Michael.
Height: 100% might work.
Erik Wetterberg
Already used that :
height: 100%;
overflow-y: auto;