Skip to content

Commit

Permalink
fixing issue magento#20472 so that controlled columns price type valu…
Browse files Browse the repository at this point in the history
…es in catalog grid will also display price in formatted way
  • Loading branch information
webkul-ratnesh committed Oct 31, 2019
1 parent b169e62 commit 9ac7860
Showing 1 changed file with 14 additions and 0 deletions.
Expand Up @@ -166,6 +166,20 @@
<label translate="true">Price</label>
</settings>
</column>
<column name="special_price" class="Magento\Catalog\Ui\Component\Listing\Columns\Price" sortOrder="71">
<settings>
<addField>true</addField>
<filter>textRange</filter>
<label translate="true">Special Price</label>
</settings>
</column>
<column name="cost" class="Magento\Catalog\Ui\Component\Listing\Columns\Price" sortOrder="72">
<settings>
<addField>true</addField>
<filter>textRange</filter>
<label translate="true">Cost</label>
</settings>
</column>
<column name="visibility" component="Magento_Ui/js/grid/columns/select" sortOrder="80">
<settings>
<addField>true</addField>
Expand Down

0 comments on commit 9ac7860

Please sign in to comment.