cancel
Showing results for 
Search instead for 
Did you mean: 

Add custom column to Admin orders table

SOLVED

Add custom column to Admin orders table

Hi everyone, I'm very new at Magento development and I have a specific doubt. It's possible to add a custom column to Admin orders table? If it is possible, what is the easiest way to do it? I will attach a screenshot to show the table that I mean.Captura de Pantalla 2020-03-09 a la(s) 10.37.51.png

https://ibb.co/tJPbQGK

 

Thanks to all in advance!!!

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Add custom column to Admin orders table

4 REPLIES 4

Re: Add custom column to Admin orders table

Hi @svargaspay537a

If you want to add existing column in the grid then you can modify the grid.

You can add from column tab in top of grid, there you can select or deselect column for existing grid.

I hope it will help you!

Re: Add custom column to Admin orders table

Thanks but I dont think so, I need to add a new column "My New Custom Column" to show some specific info.

Re: Add custom column to Admin orders table

@svargaspay537a

Then you can follow the below link to add custom column in the grid.

https://www.google.com/amp/s/meetanshi.com/blog/add-custom-column-in-order-grid-in-magento-2/amp/

I hop it will help you!

Re: Add custom column to Admin orders table

I have one strange doubt, those changes in that link are in "store" level or in "plugin" level? Because I inherited one project that is only a Magento2 plugin, I will not have scope of modification of stores. Thanks.