php - populating dropdownlist based on the condition when you click on add button in phpgrid -


i using phpgrid in project , wanted see dropdownlist populated based on condition.

when click on add buttoon in phpgrid, allow me select country , based on country selected, dropdownlist generated belonging selected country. in mysql database have location tables separated parent , child columns , can able see proper result in mysql views. same thing wanted implement phpgrid.

ref: http://phpgrid.com/

have read http://phpgrid.com/example/nested-dropdown/ ? seems looking for.


Comments

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -