Преглед на файлове

Fix HtmlRenderer code example in documentation (#10790)

tags/8.4.0.alpha2^0
Boppleton Industries преди 6 години
родител
ревизия
fbebef3e7b
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1
    1
      documentation/components/components-grid.asciidoc

+ 1
- 1
documentation/components/components-grid.asciidoc Целия файл

@@ -504,7 +504,7 @@ Set the renderer in the [classname]#Grid.Column# object:
+
[source, java]
----
Column<Person, String> htmlColumn grid.addColumn(person ->
Column<Person, String> htmlColumn = grid.addColumn(person ->
"<a href='" + person.getDetailsUrl() + "' target='_top'>info</a>",
new HtmlRenderer());
----

Loading…
Отказ
Запис