How do I make lookup fields (id fields referencing to other table) make dropdown from other table?
$dg -> set_col_edittype("officeCode", "select", "Select officeCode,city from offices",false);
For details: https://phpgrid.com/documentation/set_col_edittype/