<?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 How to hide table header in a container in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-hide-table-header-in-a-container/m-p/1937300#M16867</link>
    <description>&lt;P&gt;Hi everyone,&lt;/P&gt;
&lt;P&gt;I need to hide the header of a table inside a container.&lt;/P&gt;
&lt;P&gt;Using a multi-KPI object, the following css syntax works outside of a container but not inside the container (&lt;EM&gt;jGgvV&lt;/EM&gt; is the id of the table object) :&amp;nbsp;&lt;/P&gt;
&lt;P&gt;div[tid="jGgvV"] .qv-st-header {&lt;BR /&gt;display: none;&lt;BR /&gt;}&lt;/P&gt;
&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Laurent&lt;/P&gt;</description>
    <pubDate>Tue, 31 May 2022 06:49:22 GMT</pubDate>
    <dc:creator>lrobin_perso</dc:creator>
    <dc:date>2022-05-31T06:49:22Z</dc:date>
    <item>
      <title>How to hide table header in a container</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-hide-table-header-in-a-container/m-p/1937300#M16867</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;
&lt;P&gt;I need to hide the header of a table inside a container.&lt;/P&gt;
&lt;P&gt;Using a multi-KPI object, the following css syntax works outside of a container but not inside the container (&lt;EM&gt;jGgvV&lt;/EM&gt; is the id of the table object) :&amp;nbsp;&lt;/P&gt;
&lt;P&gt;div[tid="jGgvV"] .qv-st-header {&lt;BR /&gt;display: none;&lt;BR /&gt;}&lt;/P&gt;
&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Laurent&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2022 06:49:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-hide-table-header-in-a-container/m-p/1937300#M16867</guid>
      <dc:creator>lrobin_perso</dc:creator>
      <dc:date>2022-05-31T06:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide table header in a container</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-hide-table-header-in-a-container/m-p/2002972#M17550</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/98537"&gt;@lrobin_perso&lt;/a&gt;&amp;nbsp;, try this. It will hide all table headers in all containers. If you need to hide specific table from specific container, you have to select dom element with object ID, such as div[tid="_yourObjectId"].&lt;/P&gt;&lt;P&gt;And keep in mind that you are accessing classes name inserted by the product and these may change name in future realeases.&lt;/P&gt;&lt;LI-CODE lang="css"&gt;.qv-object-content-container thead.qv-st-header{
     display:none
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2022 11:11:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-hide-table-header-in-a-container/m-p/2002972#M17550</guid>
      <dc:creator>alex_colombo</dc:creator>
      <dc:date>2022-11-10T11:11:45Z</dc:date>
    </item>
  </channel>
</rss>

