Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Micki
Creator
Creator

Sort QHeader not Working

Hi folks, 

 

I used the code from: https://help.qlik.com/en-US/sense-developer/February2021/Subsystems/APIs/Content/Sense_ClientAPIs/Ca...

<th ng-repeat="head in table.headers" class="header" ng-click="head.orderBy()">
  {{head.qFallbackTitle}}
       <i ng-if="head.isOrderedBy" ng-click="head.reverseOrder()"
           ng-class="{ 'icon-triangle-top': head.qSortIndicator === 'A',
			'icon-triangle-bottom': head.qSortIndicator === 'D'}">
       </i>
</th>

 And this is not working, no icons either sorting, could you please help me ?

Labels (1)
1 Solution

Accepted Solutions
Micki
Creator
Creator
Author

Found a quite simple solution instead of icons:

 Used icons from awesome fonts. 

That fixed my problem 

View solution in original post

1 Reply
Micki
Creator
Creator
Author

Found a quite simple solution instead of icons:

 Used icons from awesome fonts. 

That fixed my problem