F
Filament16mo ago
Rama

getTableQuery Problem V2

I have a livewire page with a table, I use getTableQuery and getTableActions I get the right data, but actions are not working, I know is because of the query, because I do a simple return all records and the actions work. What could be the problem???
Examen Model
Materia Model
getTableQuery
3 Replies
toeknee
toeknee16mo ago
Please clarify what's not working... Actions are actions, so what's not working about them
Rama
RamaOP16mo ago
yes, getTableAction is doing nothing, as I said, I know the problem is because of the getTableQuery, when I do a simple Mesa::query(); actions works fine, but I need the query with multiple WhereHas
No description
Rama
RamaOP16mo ago
tried a diferent query, is working perfect, but this way actions still not working
No description

Did you find this page helpful?