ソースを参照

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());
----

読み込み中…
キャンセル
保存