Use below line to sort the column in grid.
My grid created by ui_component has mess around even i use SortOrder by number ui_component my screenshot [image] what i doing wrong.
String, ui/grid/cells/text
Magento will remember the positions of the columns of a UI component grid. When you want to go about changing grid column sort order in ...
I creating a new adminhtml grid, and I have found a problem with setting up columns positions.
Additionally, a store administrator must have a possibility to filter orders by this newly added column. It might seem easy, but there are a couple of ...
How can i create the custom order grid to custom module in magento 2
The page then renders the wrong order in accordance with what is set on the server. Old Issue. magento/magento2 #17691 - Admin Grid column ...
You can probably use the addColumnAfter function. $this->addColumnAfter(' pagamenti', array( 'header' => 'Paymentsource', 'width'=>'50px', ...
Add custom columns to Order Grid in Admin Magento 2. Save Tweet Share. We will learn how to add your custom columns to Order Grid in ...