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 1196f93 commit cd7a81cCopy full SHA for cd7a81c
src/app/grid-column-moving/grid-column-moving.sample.html
@@ -33,13 +33,11 @@
33
[dataType]="c.type" [pinned]='c.pinned' [hidden]='c.hidden'>
34
<ng-template igxCell let-cell="cell">
35
<div *ngIf='show'>{{ cell.value}}</div>
36
-
37
</ng-template>
38
</igx-column>
39
<igx-paginator *ngIf="pagingEnabled">
40
</igx-paginator>
41
</igx-grid>
42
- <span>Drag mode: {{ grid1.selectionService.dragMode }}</span>
43
44
<div class="sample-buttons">
45
<button igxButton="raised" (click)="toggleColumn('ContactTitle')">Pin/Unpin 'ContactTitle'</button>
0 commit comments