Delayed populate of a select?
Posted: Mon Jun 10, 2013 8:56 pm
Is it possible to populate a SELECT component just when it is needed the first time(first time the user drop down the list) with an ajax call?
Didn't find something ....
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/
Is it possible to populate a SELECT component just when it is needed the first time(first time the user drop down the list) with an ajax call?
Didn't find something ....
You could try using click event. You might need to check every time whether to load or not.