Skip to content

Commit 0846043

Browse files
committed
Adding missing opts for treegrid
1 parent dea8555 commit 0846043

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/unit/igtreegrid/treegrid.spec.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,5 +249,9 @@ class TestComponent {
249249
name: "Updating"
250250
}]
251251
};
252+
253+
this.opts2 = {
254+
dataSource: "myURL/Categories"
255+
};
252256
}
253257
}

0 commit comments

Comments
 (0)