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
For what it's worth, I too had trouble with the provide.call() method. But I was able to get it to work by returning a jqXHR promise. So if you need to do some post-processing of the ajax response, you might try wrapping the $.getJSON() call in a JQuery promise, then resolving the promise after post-processing the ajax data.
Hi, First of all, thank you for this awesome plugin. when I am using your plugin with prefetched data then it is working fine. Showing all the result
But when I am using ajax for data things are not working fine for me. I don't know where I am doing wrong
The text was updated successfully, but these errors were encountered: