We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c92b31 commit 21d8795Copy full SHA for 21d8795
1 file changed
libs/features/trainer/src/trainer-spell/trainer-spell.component.html
@@ -113,6 +113,11 @@
113
[selectionType]="DTCFG.selectionType"
114
(select)="editorService.onRowSelection($event)"
115
>
116
+ <ngx-datatable-column [minWidth]="30" [maxWidth]="30" [sortable]="false">
117
+ <ng-template let-row="row" ngx-datatable-cell-template>
118
+ <i [hidden]="!editorService.isRowSelected(row)" class="fas fa-chevron-right"></i>
119
+ </ng-template>
120
+ </ngx-datatable-column>
121
<ngx-datatable-column prop="SpellId" name="SpellId" [minWidth]="150" [maxWidth]="200" />
122
<ngx-datatable-column prop="SpellId" name="SpellName" [minWidth]="150" [maxWidth]="200">
123
<ng-template let-row="row" let-value="value" ngx-datatable-cell-template>
0 commit comments