How can I sort products by name in the store backend?

How can I sort products by name in the store backend?

LuffyAo
Visitor
3 0 0

I want to modify the backend of Shopify.
For example, my store sells multiple sku's, each SKU has multiple colors, and I want to sort by product name in the backend order details.
Currently it is color
Product A Red
Product B Red
Product A White
Product B White

I hope it is

Product A red
Product A White
Product B red
Product B white

Reply 1 (1)

edvinaskilbausk
Shopify Partner
8 0 3

You can use liquid's sort filter: https://shopify.github.io/liquid/filters/sort_natural/, although it will require liquid programming