Do Table Actions work with Sushi Models?

I am trying to implement actions in my table that is queried from a model with Sushi, but when clicking on the action, it does nothing. I check the network tab and see a update with a status of 200. I have implemented alal of the neccessary traits and I have the x-modals in my blade file too. I have attached an image of my table.
No description
Solution:
I was able to resolve this by adding an ID field on my Sushi model in the getRows() method.
Jump to solution
2 Replies
ItsTeegj
ItsTeegjOP2mo ago
I should add that the requiresConfirmation is not firing, nor the dd in the action too.
Solution
ItsTeegj
ItsTeegj2mo ago
I was able to resolve this by adding an ID field on my Sushi model in the getRows() method.

Did you find this page helpful?