Magento 2 provides a great feature that allow admin user to select which column in a grid that they want to see. In this post, I will show you how to do that with Magento 2 admin grid.
Before go to the main point, I want to list some of my previous post in this series:
1. How to Register a module and Create Database in Magento 2
2. Create simple grid listing in Magento 2 admin with UI component
Now, open app/code/Magestore/Company/view/adminhtml/ui_component/company_staff_listing.xml
then insert bellow lines of code:
1 2 3 4 5 6 7 8 9 10 11 12 13 |
company_staff_listing.company_staff_listing.company_staff_listing_columns Magento_Ui/js/grid/controls/columns dataGridActions |
Here is the result:
That’s all for now, next post I’ll show you how to create report feature for Magento 2 admin grid.
See you!