Re: [web2py] WEB2PY Creating Controls Dynamically

2016-06-02 Thread Fabiano Almeida
Hi! See http://www.web2pyslices.com/slice/show/1724/cascading-dropdowns-simplified 2016-05-25 14:43 GMT-03:00 Venkat : > Hi > > I have a requirement of displaying data from database from 4 tables i used > join to pull all the data but i should display that data in dropdown for > each column, h

[web2py] WEB2PY Creating Controls Dynamically

2016-05-25 Thread Venkat
Hi I have a requirement of displaying data from database from 4 tables i used join to pull all the data but i should display that data in dropdown for each column, how can i build these dropdowns dynamically? user will see that past data and will be able to select an option from that drop down