Skip to content

Commit cd7a81c

Browse files
author
Katrin
authored
chore(grid column sample): remove selectionService (#12838)
1 parent 1196f93 commit cd7a81c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/app/grid-column-moving/grid-column-moving.sample.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,11 @@
3333
[dataType]="c.type" [pinned]='c.pinned' [hidden]='c.hidden'>
3434
<ng-template igxCell let-cell="cell">
3535
<div *ngIf='show'>{{ cell.value}}</div>
36-
3736
</ng-template>
3837
</igx-column>
3938
<igx-paginator *ngIf="pagingEnabled">
4039
</igx-paginator>
4140
</igx-grid>
42-
<span>Drag mode: {{ grid1.selectionService.dragMode }}</span>
4341

4442
<div class="sample-buttons">
4543
<button igxButton="raised" (click)="toggleColumn('ContactTitle')">Pin/Unpin 'ContactTitle'</button>

0 commit comments

Comments
 (0)