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
then return the json data and append the json data into one long data object and then pass into the list as 'jsonValues'.
var userList = new List('mylist', options, jsonValues);
Is it possible to load data via an ajax call (serverside loading)?
We have lists with 10 thousands of records. It is not possible for us to load these in one go.
Unfortunately I couldn't find anything about it in the documentation
The text was updated successfully, but these errors were encountered: