Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
ananyaghosh
Creator III
Creator III

Show search option in widget based table in QlikSense

Hi,

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.

<tr>

                <!-- Get a list of all measures -->

                <th ng-repeat="header in data.headers" qva-activate="header.orderBy()" colspan="1">

                    {{header.qFallbackTitle}}                  

                    <i ng-if="header.isOrderedBy" qva-activate="header.reverseOrder()" ng-class="{'icon-triangle-top': header.qSortIndicator === 'A','icon-triangle-bottom': header.qSortIndicator === 'D'}"></i>                  

                </th>              

            </tr>

9 Replies
MK9885
Master II
Master II

There are so many HTML example codes available to create a search bar....

One of them from W3School is

<div class="topnav">

  <a class="active" href="#home">Home</a>

  <a href="#about">About</a>

  <a href="#contact">Contact</a>

  <input type="text" placeholder="Search..">

</div>

Of course you've to integrate this with your Qlik objects.

But help your self with HTML/CSS codes online

How To Create a Search Bar

ananyaghosh
Creator III
Creator III
Author

Hi,

I need to create search option just like QlikSense way. So if you have that code please give it to me.

Thanks,

Sandip

Anil_Babu_Samineni

You just need to apply the CSS like

<input type="text" placeholder="Search.." Style="width = 100%; Height=100%">

OR

<input type="text" placeholder="Search.." Style="width = 200; Height=10">

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
ananyaghosh
Creator III
Creator III
Author

Hi,

I want this type of functionality:

Can this be achieved through widget?

MK9885
Master II
Master II

I guess it can be done....

Check for Country and State HTML code examples in below link.. But I do not know how to embed that with qlik objects

https://semantic-ui.com/modules/dropdown.html

mambi
Creator III
Creator III

Hi,

Did you found a way to display the search option ? I'm facing the same problem

thanks

ananyaghosh
Creator III
Creator III
Author

Hi,

No solution.

ananyaghosh
Creator III
Creator III
Author

Hi,

Use VIZLIB extensions for better visualization.

mambi
Creator III
Creator III

even vizLib table extension doesn't have this option !