aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni@jouni.me>2015-10-24 22:15:35 -0700
committerJouni Koivuviita <jouni@jouni.me>2015-10-24 22:15:35 -0700
commit496d86c9bb3a9129e5feae7e5290dc75f0b6430e (patch)
tree77fe9f61b87c765a676251d51847532e3e64a7fd /README.md
parentfd64335fc64e57291ed9e88eee52180dea15bef9 (diff)
downloadvaadin-core-496d86c9bb3a9129e5feae7e5290dc75f0b6430e.tar.gz
vaadin-core-496d86c9bb3a9129e5feae7e5290dc75f0b6430e.zip
Update README.md
Update example to use new data source API
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0b84248..7c7d163 100644
--- a/README.md
+++ b/README.md
@@ -126,7 +126,7 @@ We offer three ways to use Vaadin Elements in your project: Bower, CDN and ZIP a
// Use the returned data array directly as the data source
// (keeping all the data source items in the browser's memory)
- grid.data.source = json.results;
+ grid.datasource = json.results;
}
}
}