New to Qlik Analytics

If you’re new to Qlik Cloud or Qlik Sense, start with this Discussion Board and get up-to-speed quickly.

Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!

Who Me Too'd this topic

Anonymous
Not applicable

Extension Development - Search functionality

I am working with Qlik Sense extension development for straight table, where I have to add sorting and searching functionality for each header (column). I have completed sorting by adding this code;

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

But I am unable to do searching functionality, can anyone please help me to do searching functionality.

Who Me Too'd this topic