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
If I understand your question correctly, you're asking how to call a POData-Laravel powered endpoint via an ajax call in jquery?
I guess you could kludge it up by simply passing the target endpoint (eg /odata.svc/Users) as the url parameter in the ajax call, and the various parameters needed (skip, take, orderBy) as separate parameters in that ajax call.
We do have a JSON output option, but that's currently broken - would you be willing to help us sort that out, with code, testing, or the like?
hi,
any example width ajax jquery for call an odata function?
br
Max
The text was updated successfully, but these errors were encountered: