Dan
Dan
## ⚡ PowerGrid - Pull Request Welcome and thank you for your interest in contributing to our project!. You must use this template to submit a Pull Request or it...
## ⚡ PowerGrid - Pull Request Welcome and thank you for your interest in contributing to our project!. You must use this template to submit a Pull Request or it...
### Discussed in https://github.com/Power-Components/livewire-powergrid/discussions/1564 Originally posted by **abhaypithadiya** May 22, 2024 I have mentioned the below in my columns array ``` Column::action('Action') ->hidden(! auth()->user()->can('customer_edit') && ! auth()->user()->can('customer_delete')) ->visibleInExport(false), ``` The...