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???
3 Replies
Please clarify what's not working... Actions are actions, so what's not working about them
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
tried a diferent query, is working perfect, but this way actions still not working