diff options
author | Jouni Koivuviita <jouni@jouni.me> | 2015-10-24 22:15:35 -0700 |
---|---|---|
committer | Jouni Koivuviita <jouni@jouni.me> | 2015-10-24 22:15:35 -0700 |
commit | 496d86c9bb3a9129e5feae7e5290dc75f0b6430e (patch) | |
tree | 77fe9f61b87c765a676251d51847532e3e64a7fd /README.md | |
parent | fd64335fc64e57291ed9e88eee52180dea15bef9 (diff) | |
download | vaadin-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } } } |