We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1140f5 commit 5638db2Copy full SHA for 5638db2
src/App.tsx
@@ -8,11 +8,12 @@ function App() {
8
margin: 100,
9
width: 250
10
}
11
- const sportsData: { [key: string]: Object }[] = [
12
- { Id: 'game1', Game: 'Badminton' },
13
- { Id: 'game2', Game: 'Football' },
14
- { Id: 'game3', Game: 'Tennis' }
15
-];
+ // To bind JSON object
+ // const sportsData:{ [key: string]: Object }[] = [
+ // { Id: 'game1', Game: 'Badminton' },
+ // { Id: 'game2', Game: 'Football' },
+ // { Id: 'game3', Game: 'Tennis' }
16
+ // ];
17
const remoteData: DataManager = new DataManager({
18
url: "https://ej2services.syncfusion.com/production/web-services/api/Employees",
19
adaptor: new WebApiAdaptor,
0 commit comments