Skip to content

Commit dea8555

Browse files
committed
Adding missing options configuration
1 parent d8d80b3 commit dea8555

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/unit/iggrid/grid.spec.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,8 +741,8 @@ class TestComponent {
741741
public opts1: any;
742742
public opts2: any;
743743
public opts3: any;
744-
public optsNew:any;
745744
public opts4: any;
745+
public optsNew:any;
746746
private gridID: string;
747747
public data: Array<any>;
748748
public data1: Array<any>;
@@ -812,6 +812,10 @@ class TestComponent {
812812
primaryKey: "Id"
813813
};
814814

815+
this.opts4 = {
816+
dataSource: "myURL/employees"
817+
};
818+
815819
this.opts2 = {
816820
width: "100%",
817821
height: "400px",

0 commit comments

Comments
 (0)