We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 373bd01 commit ad3c18fCopy full SHA for ad3c18f
app/code/Magento/Sales/view/adminhtml/ui_component/sales_order_grid.xml
@@ -139,7 +139,6 @@
139
<settings>
140
<filter>text</filter>
141
<label translate="true">ID</label>
142
- <sorting>desc</sorting>
143
</settings>
144
</column>
145
<column name="store_id" class="Magento\Store\Ui\Component\Listing\Column\Store">
@@ -154,6 +153,7 @@
154
153
<filter>dateRange</filter>
155
<dataType>date</dataType>
156
<label translate="true">Purchase Date</label>
+ <sorting>desc</sorting>
157
158
159
<column name="billing_name">
0 commit comments