Relative Content

Tag Archive for laravel-livewirelivewire-powergrid

Livewire Powergrid getting error: Alpine Expression Error: window.pgBulkActions is undefined when using bulk action

I have a Laravel 11 installation with Livewire 3 and I wanted to add PowerGrid latest to the stack. I am new for Livewire, I followed the instructions of the Livewire Powergrid documentation. I have created data table all stuff is working fine rendring, filter, pagination etc, But When try to impliment bulk action getting error Alpine Expression Error: window.pgBulkActions is undefined. Power grid store all ids in this global variable.