]> source.dussan.org Git - vaadin-core.git/commitdiff
Update README.md
authorJouni Koivuviita <jouni@jouni.me>
Sun, 25 Oct 2015 05:15:35 +0000 (22:15 -0700)
committerJouni Koivuviita <jouni@jouni.me>
Sun, 25 Oct 2015 05:15:35 +0000 (22:15 -0700)
Update example to use new data source API

README.md

index 0b842486dff7b1d12b30af3800505cb891ffc989..7c7d16365c7e44f9fe4abb5f891a164c299826e4 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.data.source = json.results;
+              grid.datasource = json.results;
             }
           }
         }