From: Jouni Koivuviita Date: Tue, 27 Oct 2015 06:05:59 +0000 (-0700) Subject: Update README.md X-Git-Tag: 0.3.0-beta12~3 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0452010651136e90311938e538220ee3e4257101;p=vaadin-core.git Update README.md Fix the example to use the new data source API (for real) --- diff --git a/README.md b/README.md index 7c7d163..1b79634 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.datasource = json.results; + grid.items = json.results; } } }