Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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 ?
Found a quite simple solution instead of icons:
Used icons from awesome fonts.
That fixed my problem
Found a quite simple solution instead of icons:
Used icons from awesome fonts.
That fixed my problem