<?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: Show search option in widget based table in QlikSense in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Show-search-option-in-widget-based-table-in-QlikSense/m-p/1442904#M9145</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need to create search option just like QlikSense way. So if you have that code please give it to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sandip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Dec 2017 07:03:39 GMT</pubDate>
    <dc:creator>ananyaghosh</dc:creator>
    <dc:date>2017-12-22T07:03:39Z</dc:date>
    <item>
      <title>Show search option in widget based table in QlikSense</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Show-search-option-in-widget-based-table-in-QlikSense/m-p/1442902#M9143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need to show search option in my Widget based table in QLik Sense. So any way to show it? in the below code I have used the sort icon, but I can't show search option there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;tr&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!-- Get a list of all measures --&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;th ng-repeat="header in data.headers" qva-activate="header.orderBy()" colspan="1"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {{header.qFallbackTitle}}&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;i ng-if="header.isOrderedBy" qva-activate="header.reverseOrder()" ng-class="{'icon-triangle-top': header.qSortIndicator === 'A','icon-triangle-bottom': header.qSortIndicator === 'D'}"&amp;gt;&amp;lt;/i&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/th&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/tr&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2017 10:45:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Show-search-option-in-widget-based-table-in-QlikSense/m-p/1442902#M9143</guid>
      <dc:creator>ananyaghosh</dc:creator>
      <dc:date>2017-12-21T10:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: Show search option in widget based table in QlikSense</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Show-search-option-in-widget-based-table-in-QlikSense/m-p/1442903#M9144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are so many HTML example codes available to create a search bar....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One of them from W3School is &lt;/P&gt;&lt;P&gt;&amp;lt;div class="topnav"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;a class="active" href="#home"&amp;gt;Home&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;a href="#about"&amp;gt;About&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;a href="#contact"&amp;gt;Contact&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;input type="text" placeholder="Search.."&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course you've to integrate this with your Qlik objects.&lt;/P&gt;&lt;P&gt;But help your self with HTML/CSS codes online&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.w3schools.com/howto/howto_css_searchbar.asp" title="https://www.w3schools.com/howto/howto_css_searchbar.asp"&gt;How To Create a Search Bar&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2017 15:00:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Show-search-option-in-widget-based-table-in-QlikSense/m-p/1442903#M9144</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2017-12-21T15:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: Show search option in widget based table in QlikSense</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Show-search-option-in-widget-based-table-in-QlikSense/m-p/1442904#M9145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need to create search option just like QlikSense way. So if you have that code please give it to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sandip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Dec 2017 07:03:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Show-search-option-in-widget-based-table-in-QlikSense/m-p/1442904#M9145</guid>
      <dc:creator>ananyaghosh</dc:creator>
      <dc:date>2017-12-22T07:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: Show search option in widget based table in QlikSense</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Show-search-option-in-widget-based-table-in-QlikSense/m-p/1442905#M9146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You just need to apply the CSS like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;input type="text" placeholder="Search.." Style="width = 100%; Height=100%"&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;input type="text" placeholder="Search.." Style="width = 200; Height=10"&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Dec 2017 07:07:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Show-search-option-in-widget-based-table-in-QlikSense/m-p/1442905#M9146</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-22T07:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: Show search option in widget based table in QlikSense</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Show-search-option-in-widget-based-table-in-QlikSense/m-p/1442906#M9147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want this type of functionality:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" height="361" src="https://community.qlik.com/legacyfs/online/187974_pastedImage_0.png" style="width: 319px; height: 360.959px;" width="319" /&gt;&lt;/P&gt;&lt;P&gt;Can this be achieved through widget?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Dec 2017 12:09:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Show-search-option-in-widget-based-table-in-QlikSense/m-p/1442906#M9147</guid>
      <dc:creator>ananyaghosh</dc:creator>
      <dc:date>2017-12-22T12:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: Show search option in widget based table in QlikSense</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Show-search-option-in-widget-based-table-in-QlikSense/m-p/1442907#M9148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess it can be done....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check for Country and State HTML code examples in below link.. But I do not know how to embed that with qlik objects&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://semantic-ui.com/modules/dropdown.html" title="https://semantic-ui.com/modules/dropdown.html"&gt;https://semantic-ui.com/modules/dropdown.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 16:00:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Show-search-option-in-widget-based-table-in-QlikSense/m-p/1442907#M9148</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2017-12-28T16:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: Show search option in widget based table in QlikSense</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Show-search-option-in-widget-based-table-in-QlikSense/m-p/1442908#M9149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Did you found a way to display the search option ? I'm facing the same problem&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Aug 2018 14:11:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Show-search-option-in-widget-based-table-in-QlikSense/m-p/1442908#M9149</guid>
      <dc:creator>mambi</dc:creator>
      <dc:date>2018-08-25T14:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: Show search option in widget based table in QlikSense</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Show-search-option-in-widget-based-table-in-QlikSense/m-p/1442909#M9150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;No solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Aug 2018 16:56:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Show-search-option-in-widget-based-table-in-QlikSense/m-p/1442909#M9150</guid>
      <dc:creator>ananyaghosh</dc:creator>
      <dc:date>2018-08-26T16:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: Show search option in widget based table in QlikSense</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Show-search-option-in-widget-based-table-in-QlikSense/m-p/1442910#M9151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Use VIZLIB extensions for better visualization.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Aug 2018 16:57:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Show-search-option-in-widget-based-table-in-QlikSense/m-p/1442910#M9151</guid>
      <dc:creator>ananyaghosh</dc:creator>
      <dc:date>2018-08-26T16:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: Show search option in widget based table in QlikSense</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Show-search-option-in-widget-based-table-in-QlikSense/m-p/1442911#M9152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; even vizLib table extension doesn't have this option !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Aug 2018 21:57:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Show-search-option-in-widget-based-table-in-QlikSense/m-p/1442911#M9152</guid>
      <dc:creator>mambi</dc:creator>
      <dc:date>2018-08-26T21:57:01Z</dc:date>
    </item>
  </channel>
</rss>

