We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17ac779 commit f1b549cCopy full SHA for f1b549c
1 file changed
HTMLSamples/grid/append-rows-on-demand.html
@@ -91,7 +91,7 @@ <h3>$$(AppendRowsOnDemand_Button_Caption)</h3>
91
});
92
93
$('#autoAppendRowsOnDemand').igGrid({
94
- dataSource: 'https://igniteui.com/api/tweets',
+ dataSource: 'https://www.igniteui.com/api/tweets',
95
responseDataKey: 'Records',
96
autoGenerateColumns: false,
97
enableUTCDates: true,
@@ -119,7 +119,7 @@ <h3>$$(AppendRowsOnDemand_Button_Caption)</h3>
119
120
121
$('#buttonAppendRowsOnDemand').igGrid({
122
123
124
125
0 commit comments