Is there any way to hide columns controls button in Magento2 admin UI component for specific user role
I have to hide “Columns” control button for specific user roles in admin UI grid. Looks like it’s managed through xml <columnsControls name=”columns_controls”>. I tried to manage via meta but it seems UI grid not able to manage via PHP meta.
Is there any way to hide & show “Columns” control button in UI admin grid please suggest / guide me.
Thanks for your help.