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](https://cdn.answeroverflow.com/1320193618438393888/code.png)
Solution:Jump to solution
I was able to resolve this by adding an ID field on my Sushi model in the getRows() method.
2 Replies