]> source.dussan.org Git - vaadin-core.git/commitdiff
Update README.md
authorJouni Koivuviita <jouni@jouni.me>
Tue, 27 Oct 2015 06:05:59 +0000 (23:05 -0700)
committerJouni Koivuviita <jouni@jouni.me>
Tue, 27 Oct 2015 06:05:59 +0000 (23:05 -0700)
Fix the example to use the new data source API (for real)

README.md

index 7c7d16365c7e44f9fe4abb5f891a164c299826e4..1b79634f1cd66356e68cdc7f1e7ec0a1a650f642 100644 (file)
--- 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;
             }
           }
         }