在 phpgrid 中添加组合框

Add combobox in phpgrid

我正在开发一个 php 网站,我需要在其中添加一个组合框 phpgrid.Just 假设用户将 select his/her 通过组合框value.我该怎么做?提前需要建议badly.Thanks。

根据 phpgrid 文档 http://phpgrid.com/example/set_col_edittype-2/,您可以设置 "autocomplete" 编辑类型。

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