From: Ilia Motornyi Date: Tue, 3 Apr 2018 08:32:13 +0000 (+0300) Subject: Small docs fix (#10749) X-Git-Tag: 8.4.0.alpha2~4 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=939f6e42133e071c0f999f6ae659c150fa2cd085;p=vaadin-framework.git Small docs fix (#10749) --- diff --git a/documentation/components/components-grid.asciidoc b/documentation/components/components-grid.asciidoc index 74d196cf28..898935b4c1 100644 --- a/documentation/components/components-grid.asciidoc +++ b/documentation/components/components-grid.asciidoc @@ -957,9 +957,9 @@ You can style entire rows or individual cells with a [[components.grid.stylegeneration.row]] === Generating Row Styles -You set a [interfacename]#StyleGenerator# to a grid with -[methodname]#setStyleGenerator()#. The [methodname]#getStyle()# method gets a -date item, and should return a style name or [parameter]#null# if +The easiest way to style rows is to make a lambda and set it with +[methodname]#setStyleGenerator()# to a grid. +The lambda gets a data item, and should return a style name or [parameter]#null# if no style is generated. For example, to add a style names to rows having certain values in one