From 0452010651136e90311938e538220ee3e4257101 Mon Sep 17 00:00:00 2001 From: Jouni Koivuviita Date: Mon, 26 Oct 2015 23:05:59 -0700 Subject: [PATCH] Update README.md Fix the example to use the new data source API (for real) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } } } -- 2.39.5