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
I am using a controller which is extending JSONAPICONTROLLER. But in my index method I have overridden it. So Now I am trying to paginate the data and send them but facing difficulties. Can anyone help ?
The text was updated successfully, but these errors were encountered:
You'd need to provide the pagination parameters from the request to the paginate() method you're calling. I'm assuming that's the problem, but not sure - you'd need to provide more info on what isn't working if that's not the problem.
I am using a controller which is extending JSONAPICONTROLLER. But in my index method I have overridden it. So Now I am trying to paginate the data and send them but facing difficulties. Can anyone help ?
The text was updated successfully, but these errors were encountered: