Skip to content

Commit 4bcda45

Browse files
authored
Merge pull request #3222 from IgniteUI/bpachilova/fix-3221
Tree Grid Row Reordering sample: remove childDataKey input
2 parents e115c23 + 23e23db commit 4bcda45

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/tree-grid/tree-grid-row-reorder/tree-grid-row-reorder.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div class="grid_wrapper">
2-
<igx-tree-grid [igxPreventDocumentScroll]="true" #treeGrid igxDrop [moving]="true" [data]="localData" childDataKey="Employees" height="530px"
2+
<igx-tree-grid [igxPreventDocumentScroll]="true" #treeGrid igxDrop [moving]="true" [data]="localData" height="530px"
33
[autoGenerate]="false" [rowDraggable]="true" foreignKey="ParentID" [rowSelection]="selectionMode"
44
[primaryKey]="'ID'" (rowDragStart)="rowDragStart($event)" (dropped)="dropInGrid($event)">
55
<igx-paginator></igx-paginator>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
.grid_wrapper{
22
max-width: 0 16px;
33
padding: 10px;
4-
}
4+
}

0 commit comments

Comments
 (0)