Let’s say I need an admin grid
where not all columns of the sales_order
table will be,
but only some of them. For example:
- customer_id
- customer_name
- nickname
How best to solve such a problem?