livewire-powergrid icon indicating copy to clipboard operation
livewire-powergrid copied to clipboard

[BOOTSTRAP] Actions Column is missing border

Open dansysanalyst opened this issue 1 year ago • 0 comments
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

Screenshot 2024-05-22 at 9 01 10 PM

@luanfreitasdev

dansysanalyst avatar May 23 '24 11:05 dansysanalyst