在phpgrid中添加组合框

在phpgrid中添加组合框,php,gridview,datagrid,phpgrid,Php,Gridview,Datagrid,Phpgrid,我正在开发一个php网站,我需要在一行phpgrid中添加一个combobox。假设用户将通过combobox值选择他/她的公司。我该怎么做?急需建议。提前感谢。从phpgrid文档中,您可以设置“自动完成”编辑类型 $dg -> set_col_edittype("officeCode", "autocomplete", "Select officeCode,city from offices",false); 从phpgrid文档中,您可以设置“自动完成”编辑类型 $dg ->

我正在开发一个php网站,我需要在一行phpgrid中添加一个combobox。假设用户将通过combobox值选择他/她的公司。我该怎么做?急需建议。提前感谢。

从phpgrid文档中,您可以设置“自动完成”编辑类型

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

从phpgrid文档中,您可以设置“自动完成”编辑类型

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