Is it possible to map a database collection to a select menu? if so how would I map it? ive tried the list and query service but doesnt seem to list anything... ive read all the docs about select but no mention of mapping.. unless i missed it..
Is it possible to map a database collection to a select menu? if so how would I map it? ive tried the list and query service but doesnt seem to list anything... ive read all the docs about select but no mention of mapping.. unless i missed it..
I forgot to mention that im mapping 10 items from database collection.. only one item will show up?? how do i get all 10?
Hi,
As Mobile Select Menu has a child item. You have to create Response mapping from collection to the child item.
Please check this http://docs.appery.io/documentation/r... (see Select (Select menu) section)
Hi Alena,
Thanks for replying,
I understand how to map the response, but how would i go about adding 10 items in the response when the select menu has only one child item?
Connection from $ to the item is required to populate all records from the collection.
Also this post will be helpful https://getsatisfaction.com/apperyio/...
In this case Size1, Size2... are column names, did you create these parameters manually?
Please post a screen shot of your Database collection.
There should be collection with 1 column 'Size' and 10 rows with values.
Okay thank you. Does that mean if i want to set-up a update for each row im going to have to use each object number? Hence why i had it on one row... is there js to do this quicker or neater?