mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-23 17:39:59 +00:00
7 lines
219 B
Handlebars
7 lines
219 B
Handlebars
![]() |
{{yield}}
|
||
|
{{#if columnName}}
|
||
|
{{#if isColumnActive}}
|
||
|
<i aria-label="Sorting arrow"
|
||
|
class={{if (eq "asc" sortDirection) "glyphicon glyphicon-arrow-up" "glyphicon glyphicon-arrow-down"}}></i>
|
||
|
{{/if}}
|
||
|
{{/if}}
|