<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Issue with custom table load in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Issue-with-custom-table-load/m-p/1514940#M9604</link>
    <description>Issue is definitely on my side. I tried loading same element to fresh mashup with only one element end it looks fine. I just can't find the bug.&lt;BR /&gt;All the css formatting used:&lt;BR /&gt;&lt;BR /&gt;&amp;lt;body style="overflow: auto"&amp;gt;&lt;BR /&gt;&lt;BR /&gt;main{&lt;BR /&gt;background-color: #fff;&lt;BR /&gt;width: 100%;&lt;BR /&gt;overflow: auto;&lt;BR /&gt;display:flex;&lt;BR /&gt;}&lt;BR /&gt;.content{&lt;BR /&gt;width:83%;&lt;BR /&gt;background-color:f3f3f3;&lt;BR /&gt;margin-top:20px;&lt;BR /&gt;margin-right:3%;&lt;BR /&gt;}&lt;BR /&gt;.content .visualizations{&lt;BR /&gt;margin-top:2%;&lt;BR /&gt;display: flex;&lt;BR /&gt;flex-wrap: wrap;&lt;BR /&gt;margin-bottom:1%;&lt;BR /&gt;}&lt;BR /&gt;.content .visualizations .qvplaceholderPOTABLE{&lt;BR /&gt;height: 600px;&lt;BR /&gt;width:100%;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;Any idea which may format it like this?</description>
    <pubDate>Fri, 30 Nov 2018 14:30:10 GMT</pubDate>
    <dc:creator>y_grynechko</dc:creator>
    <dc:date>2018-11-30T14:30:10Z</dc:date>
    <item>
      <title>Issue with custom table load</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Issue-with-custom-table-load/m-p/1514904#M9602</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have an issue with one object I open in a mashup.&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is a custom table, I tried getting it in two different ways:&amp;nbsp;&lt;/P&gt;&lt;P&gt;app.visualization.get('QlikID');&lt;/P&gt;&lt;P&gt;app.getObject('&lt;SPAN&gt;QlikID&lt;/SPAN&gt;');&lt;/P&gt;&lt;P&gt;but in both cases the column names stack on the left side:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/1370i72AB4FC6ABD5C6F6/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And i should be like this:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture1.JPG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/1371i970AD2DF6BFCC7FA/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture1.JPG" alt="Capture1.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Any ideas why it get formatted like that?&lt;/P&gt;&lt;P&gt;Thanks!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2018 14:01:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Issue-with-custom-table-load/m-p/1514904#M9602</guid>
      <dc:creator>y_grynechko</dc:creator>
      <dc:date>2018-11-30T14:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with custom table load</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Issue-with-custom-table-load/m-p/1514924#M9603</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check the css - are there any css classes that clash? Also verify that the css is loaded (check the browser console for errors). This looks like an extension, so you should probably talk to the extension developer.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2018 14:16:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Issue-with-custom-table-load/m-p/1514924#M9603</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2018-11-30T14:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with custom table load</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Issue-with-custom-table-load/m-p/1514940#M9604</link>
      <description>Issue is definitely on my side. I tried loading same element to fresh mashup with only one element end it looks fine. I just can't find the bug.&lt;BR /&gt;All the css formatting used:&lt;BR /&gt;&lt;BR /&gt;&amp;lt;body style="overflow: auto"&amp;gt;&lt;BR /&gt;&lt;BR /&gt;main{&lt;BR /&gt;background-color: #fff;&lt;BR /&gt;width: 100%;&lt;BR /&gt;overflow: auto;&lt;BR /&gt;display:flex;&lt;BR /&gt;}&lt;BR /&gt;.content{&lt;BR /&gt;width:83%;&lt;BR /&gt;background-color:f3f3f3;&lt;BR /&gt;margin-top:20px;&lt;BR /&gt;margin-right:3%;&lt;BR /&gt;}&lt;BR /&gt;.content .visualizations{&lt;BR /&gt;margin-top:2%;&lt;BR /&gt;display: flex;&lt;BR /&gt;flex-wrap: wrap;&lt;BR /&gt;margin-bottom:1%;&lt;BR /&gt;}&lt;BR /&gt;.content .visualizations .qvplaceholderPOTABLE{&lt;BR /&gt;height: 600px;&lt;BR /&gt;width:100%;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;Any idea which may format it like this?</description>
      <pubDate>Fri, 30 Nov 2018 14:30:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Issue-with-custom-table-load/m-p/1514940#M9604</guid>
      <dc:creator>y_grynechko</dc:creator>
      <dc:date>2018-11-30T14:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with custom table load</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Issue-with-custom-table-load/m-p/1515014#M9605</link>
      <description>Issue was in the library I was using for some functions. After removing the line table issue is solved.&lt;BR /&gt;Library:&lt;BR /&gt;&amp;amp;lt;script src="&lt;A href="https://community.qlik.com/" target="_blank"&gt;https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"&amp;gt;&amp;amp;lt;/script&amp;amp;gt&lt;/A&gt;;&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Nov 2018 16:10:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Issue-with-custom-table-load/m-p/1515014#M9605</guid>
      <dc:creator>y_grynechko</dc:creator>
      <dc:date>2018-11-30T16:10:49Z</dc:date>
    </item>
  </channel>
</rss>

