简体   繁体   中英

Add combobox in phpgrid

I am developing a php websites where i need to add a combobox in a row of phpgrid.Just assume that a user will select his/her Company through a combobox value. 在此处输入图片说明 How to i do that ? Need suggestions badly.Thanks in advance.

From phpgrid documentation http://phpgrid.com/example/set_col_edittype-2/ , you can set "autocomplete" edit type.

$dg -> set_col_edittype("officeCode", "autocomplete", "Select officeCode,city from offices",false);

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM