Power-Components / livewire-powergrid

⚡ PowerGrid generates modern, powerful and easy-to-customize data tables using Laravel Livewire.

Home Page:https://livewire-powergrid.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BOOTSTRAP] Actions Column is missing border

dansysanalyst opened this issue · comments

commented

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