File tree Expand file tree Collapse file tree 3 files changed +17
-12
lines changed
Cms/view/adminhtml/ui_component
Ui/view/base/web/templates/grid/cells Expand file tree Collapse file tree 3 files changed +17
-12
lines changed Original file line number Diff line number Diff line change 373
373
<column name =" store_id" class =" Magento\Store\Ui\Component\Listing\Column\Store" >
374
374
<argument name =" data" xsi : type =" array" >
375
375
<item name =" js_config" xsi : type =" array" >
376
- <item name =" component" xsi : type =" string" >Magento_Ui/js/grid/columns/sortable </item >
376
+ <item name =" component" xsi : type =" string" >Magento_Ui/js/grid/columns/column </item >
377
377
</item >
378
378
<item name =" config" xsi : type =" array" >
379
+ <item name =" bodyTmpl" xsi : type =" string" >ui/grid/cells/html</item >
379
380
<item name =" sortable" xsi : type =" boolean" >false</item >
380
381
<item name =" dataType" xsi : type =" string" >text</item >
381
382
<item name =" align" xsi : type =" string" >left</item >
Original file line number Diff line number Diff line change
1
+ <!--
2
+ /**
3
+ * Copyright © 2015 Magento. All rights reserved.
4
+ * See COPYING.txt for license details.
5
+ */
6
+ -->
7
+ < td
8
+ data-bind ="visible: visible,
9
+ click: isClickable(row) ? redirect.bind($data, getClickUrl(row)) : false,
10
+ html: getLabel(row[field.index]) "
11
+ data-action ="grid-row-edit "> </ td >
Original file line number Diff line number Diff line change 4
4
* See COPYING.txt for license details.
5
5
*/
6
6
-->
7
-
8
- <!-- ko if: isClickable(row) -->
9
7
< td
10
- class ="_clickable "
11
- data-bind ="click: redirect.bind($data, getClickUrl(row)),
12
- visible: visible,
13
- html: getLabel(row[field.index]) "
14
- data-action ="grid-row-edit "> </ td >
15
- <!-- /ko -->
16
- <!-- ko ifnot: isClickable(row) -->
17
- < td data-bind ="visible: visible, html: getLabel(row[field.index]) "> </ td >
18
- <!-- /ko -->
8
+ data-bind ="visible: visible,
9
+ click: isClickable(row) ? redirect.bind($data, getClickUrl(row)) : false,
10
+ text: getLabel(row[field.index]) "
11
+ data-action ="grid-row-edit "> </ td >
You can’t perform that action at this time.
0 commit comments