Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit d308c51

Browse files
author
Sergiy Zhovnir
committed
Added information about missed option of UI LinkColumn component and added the Source files section
1 parent da1f23a commit d308c51

File tree

1 file changed

+9
-14
lines changed

1 file changed

+9
-14
lines changed

guides/v2.2/ui_comp_guide/components/ui-linkcolumn.md

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,12 @@ Constructor: [app/code/Magento/Ui/view/base/web/js/grid/columns/link.js]({{ site
1111

1212
## LinkColumn configuration
1313

14-
<table>
15-
<tr>
16-
<th>Option</th>
17-
<th>Description</th>
18-
<th>Type</th>
19-
<th>Default</th>
20-
</tr>
21-
<tr>
22-
<td><code>link</code></td>
23-
<td>The key in a field's record object that contains the link value.</td>
24-
<td>String</td>
25-
<td><code>link</code></td>
26-
</tr>
27-
</table>
14+
| Option | Description | Type | Default |
15+
| --- | --- | --- | --- |
16+
| `link` | The key in a field's record object that contains the link value. | String | `link` |
17+
| `bodyTmpl` | Path to the template that is used to render a column's field in the table's body. | String | `ui/grid/cells/link` |
18+
19+
## Source files
20+
21+
Extends [Column component]({{ page.baseurl }}/ui_comp_guide/components/ui-column.html)
22+
- [`app/code/Magento/Ui/view/base/web/js/grid/columns/link.js`]({{ site.mage2bloburl }}/{{ page.guide_version }}/app/code/Magento/Ui/view/base/web/js/grid/columns/link.js)

0 commit comments

Comments
 (0)