livewire-powergrid
livewire-powergrid copied to clipboard
[BOOTSTRAP] Actions Column is missing border
trafficstars
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 UI breaks in the filters row. The border on the right is missing. I think this worked properly in the version around 5.0.7
@luanfreitasdev