diff options
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; } } } |