on 2013 Dec 26 2:04 PM
Hello
I have this JSON, which i am trying to bind to a table.
{
"sports": [
{
"leagues": [
{
"teams": [
{
"id": 1,
"location": "A",
"name": "A1"
},
{
"id": 2,
"location": "B",
"name": "B1"
}
]
}
]
}
]
}
Now, how should i bind rows?
oTable.bindRows("teams");
Regards
BP
Request clarification before answering.
Hi,
Use oTable.bindRows("/sports/0/leagues/0/teams");
Below example might help
Thanks and Regards, Venkatesh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 12 | |
| 9 | |
| 6 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.