Quellcode durchsuchen

Small docs fix (#10749)

tags/8.4.0.alpha2
Ilia Motornyi vor 6 Jahren
Ursprung
Commit
939f6e4213
Es ist kein Account mit der E-Mail-Adresse des Committers verbunden
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 3
    3
      documentation/components/components-grid.asciidoc

+ 3
- 3
documentation/components/components-grid.asciidoc Datei anzeigen

@@ -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

Laden…
Abbrechen
Speichern