Sortable is not working on Relation Manager class:
I'm facing a weird bug that sortable is not working on the relationship manager class. I have added the code below:
I'm using default search as well but I even tried removing that but still, it was not working. I need help to make it work.
Appreciate your help!
I'm using default search as well but I even tried removing that but still, it was not working. I need help to make it work.
Appreciate your help!
Solution
Hi, thank you for your help it was the issue with the model, I was using latest() method in the relationship method, and after removing that it is working fine. Thanks again!