diff options
author | alexandruchiuariu <43343269+alexandruchiuariu@users.noreply.github.com> | 2019-03-28 08:16:47 +0200 |
---|---|---|
committer | Anastasia Smirnova <anasmi@utu.fi> | 2019-03-28 08:16:47 +0200 |
commit | 6c2b210e4d165ffa06b4c682455d96f8c6cdb0e5 (patch) | |
tree | cc9dfa710ef27d65c419f09bf77bc0e2a20ed74e | |
parent | 7cd94ce0b02bb4ecd7826283d3928e3a66e39301 (diff) | |
download | vaadin-framework-6c2b210e4d165ffa06b4c682455d96f8c6cdb0e5.tar.gz vaadin-framework-6c2b210e4d165ffa06b4c682455d96f8c6cdb0e5.zip |
Mention DataProvider training videos in components-grid.asciidoc (#11494)
-rw-r--r-- | documentation/components/components-grid.asciidoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/documentation/components/components-grid.asciidoc b/documentation/components/components-grid.asciidoc index 782caa4c5c..6eba3eae45 100644 --- a/documentation/components/components-grid.asciidoc +++ b/documentation/components/components-grid.asciidoc @@ -32,6 +32,8 @@ is loaded lazily from the server, so that only the visible data is loaded. The smart lazy loading functionality gives excellent user experience even with low bandwidth, such as mobile devices. +TIP: Watch the https://vaadin.com/training/course/view/data-providers-and-grid[Vaadin 8: Data Providers and Grid] free training video to learn more about the DataProvider API, Grid, sorting and filtering. + The grid data can be edited with a row-based editor after double-clicking a row. The fields are set explicitly, and bound to data. |