Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
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">

Please add me Anil_Babu_Samineni to interact faster when reply back. Speak low think High.

Before develop something, think If placed (The Right information | To the right people | At the Right time | In the Right place | With the Right context)
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 !