]> source.dussan.org Git - vaadin-framework.git/commitdiff
Mention DataProvider training videos in components-grid.asciidoc (#11494)
authoralexandruchiuariu <43343269+alexandruchiuariu@users.noreply.github.com>
Thu, 28 Mar 2019 06:16:47 +0000 (08:16 +0200)
committerAnastasia Smirnova <anasmi@utu.fi>
Thu, 28 Mar 2019 06:16:47 +0000 (08:16 +0200)
documentation/components/components-grid.asciidoc

index 782caa4c5c845a5c744e21fbedfd3fd0eebae83f..6eba3eae45b58976ebd0825891e0a7b2a9e7a568 100644 (file)
@@ -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.