From 76854a442ff3592cb82cb4874279fef322ca0cdf Mon Sep 17 00:00:00 2001 From: alexandruchiuariu <43343269+alexandruchiuariu@users.noreply.github.com> Date: Thu, 28 Mar 2019 08:16:47 +0200 Subject: Mention DataProvider training videos in components-grid.asciidoc (#11494) --- documentation/components/components-grid.asciidoc | 2 ++ 1 file changed, 2 insertions(+) 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. -- cgit v1.2.3