Page 1 of 1

Populate Select Component with Appery Database

Posted: Sun Jan 25, 2015 3:19 am
by Anuj Puri

I have a "Clients" collection within my Appery database, which include name, address and phone number on each row for each client.

I want to create a drop-down menu (a select component), where the selectable options are pulled from this "Clients" collection (combining name, address and number onto each selectable line). How do I go about doing this?


Populate Select Component with Appery Database

Posted: Sun Jan 25, 2015 4:34 am
by M&M

I believe it's something similar to this post

https://getsatisfaction.com/apperyio/...

Perhaps you can map the record / unique id to the counter value and use that in case you need to do a lookup, or fetch additional data from the collection


Populate Select Component with Appery Database

Posted: Mon Feb 09, 2015 2:09 am
by Anuj Puri

Thank you... that definitely helped!