Power-Components/livewire-powergrid

[BOOTSTRAP] Actions Column is missing border

dansysanalyst opened this issue · 1 comments

Discussed in #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

Screenshot 2024-05-22 at 9 01 10 PM

@luanfreitasdev