Sortable() on One-of-Many column not sorting properly
I have a VesselSipAccount
and a VesselSipAccountStatus
and a column in the VesselSipAccountResource
The data loads fine but when I sort by the column it doesn't sort properly, and I noticed that sorting again to change to desc the order does not change. Any ideas? π
4 Replies
Maybe something to do with the null values?
Solution
I think I solved it with this in the VesselSipAccount model π€·ββοΈ