We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 911a6e6 commit 85beeecCopy full SHA for 85beeec
app/code/Magento/Catalog/view/adminhtml/ui_component/product_listing.xml
@@ -190,6 +190,13 @@
190
<label translate="true">Websites</label>
191
</settings>
192
</column>
193
+ <column name="cost" class="Magento\Catalog\Ui\Component\Listing\Columns\Price" sortOrder="120">
194
+ <settings>
195
+ <addField>true</addField>
196
+ <filter>textRange</filter>
197
+ <label translate="true">Cost</label>
198
+ </settings>
199
+ </column>
200
<actionsColumn name="actions" class="Magento\Catalog\Ui\Component\Listing\Columns\ProductActions" sortOrder="200">
201
<settings>
202
<indexField>entity_id</indexField>
0 commit comments