Search found 2 matches

Go to advanced search

by Mats Bergström
Sat Jan 04, 2014 8:29 pm
Forum: Issues
Topic: Display data from multidimensional array stored with JSON in localstorage
Replies: 7
Views: 1294
 
Jump to post

Display data from multidimensional array stored with JSON in localstorage

Thank you for your reply. I'm sorry for being ignorant, but as I'm all new to this could you please tell me how to get the data from the Javascript array to the appery component? I am not using the appery backend database only browser localstorage and can get the data to a JavaScript array but don't...
by Mats Bergström
Sat Jan 04, 2014 3:26 pm
Forum: Issues
Topic: Display data from multidimensional array stored with JSON in localstorage
Replies: 7
Views: 1294
 
Jump to post

Display data from multidimensional array stored with JSON in localstorage

I store this multidimensional array in localstorage : var log = [["a","b","c","d","e"],["1","2","3","4","5"]]; localStorage.log = JSON.stringify(log); I know I can use JSON.parse to get the array, but...

Go to advanced search