You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, the package only supports sort parameters that directly relate to a field in the schema (i.e. a database column) - via the sortable() method.
It should also be possible to add sort parameters that don't relate to a field. Need to add this in before 1.0, as it is supported in the cloudcreativity/laravel-json-api package.