Skip to content

Commit 59739ff

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/samples-fixes'
2 parents d046272 + 0de4411 commit 59739ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/igTreeGrid.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h1 class="push-down-md"><a href="http://igniteui.com/tree-grid/overview" target
5454
data-source="tasks"
5555
width="100%"
5656
height="400px"
57-
primary-key="ProductID"
57+
primary-key="id"
5858
auto-commit="true"
5959
auto-generate-columns="false"
6060
child-data-key="products"

src-samples/src/igTreeGrid.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ <h1 class="push-down-md"><a href="http://igniteui.com/tree-grid/overview" target
2222
data-source="tasks"
2323
width="100%"
2424
height="400px"
25-
primary-key="ProductID"
25+
primary-key="id"
2626
auto-commit="true"
2727
auto-generate-columns="false"
2828
child-data-key="products"

0 commit comments

Comments
 (0)