Skip to content

Loading remote data into slickgrid via AJAX #829

Answered by ghiscoding
karaliunas asked this question in Q&A
Discussion options

You must be logged in to vote

First off, you can still use jQuery if you wish, though most users are going away from it. If you still need JSONP, then you could use other 3rd party lib like fetch-jsonp, you can see code demo of that on the Angular-Slickgrid project that I support, it's shown on these lines

Instead of using jQuery ajax, you could switch to Fetch which is now built-in feature of newer browsers, see CanIuse - Fetch for availability.

We haven't spend time to remove the jQuery code from slick.remotemodel.js because it's too much jQuery specific code. You can still use that slick remote if you are still referencing jQuery but without jQuery then it becomes irrelevant. Personally I never used it and only eve…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@karaliunas
Comment options

@ghiscoding
Comment options

Answer selected by karaliunas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants