Errors in table builder with a livewire component.

Hi, I am experiencing several problems with the Table Builder on a custom page.

I have a custom page in which I have added a livewire component that I have made following the documentation you have to build a table.

One of the problems is that when I select a row to be able to execute the bulk action, all the rows are selected, and when I try to deselect one, they are all deselected. It is impossible to select 1 single row.

Another problem I'm experiencing is that simple actions that have ->form() and ->requiresConfirmation() don't open modal.
Was this page helpful?