#Do Table Actions work with Sushi Models?

4 messages · Page 1 of 1 (latest)

versed kelp
#

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.

jaunty zephyrBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

versed kelp
#

I should add that the requiresConfirmation is not firing, nor the dd in the action too.

versed kelp
#

I was able to resolve this by adding an ID field on my Sushi model in the getRows() method.