Fill a Grid
I do have a mobilegrid with a mobilelabel in it.
Now I have a restservice with multiple data entries.
How can I fill the label with javascript (no GUI mapping) to show all entries on the screen?
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
I do have a mobilegrid with a mobilelabel in it.
Now I have a restservice with multiple data entries.
How can I fill the label with javascript (no GUI mapping) to show all entries on the screen?
Run the service and show the data in the grid but without using the built in mapping feature?
Yes. Actually I need to filter the data of a given restservice.
I could not figure out how to do this with the built in mapping feature.
Using javascript I can filter the data.entries, but I don't know how to prevent those filtered entries showing up in my mobilegrid
User service's complete success callback. You get the data there returned by the server. From there you would need to manipulate the DOM to show the data.