Hi,
- I use the jeasyui datagrid who has an request with a table who contain a foreign key.
- When i bind to the datatable and show it, the valuefield display and not the textfield.
- How i can do to show the textfield value for the foreign key?
....
<div class="fitem">
<label>Users:</label>
<input name="users" class="easyui-combobox"
data-options="
url:'qusers_get.php',
valueField:'id',
textField:'login',
panelHeight:'auto' "/>
</div>
...
Thanks for your response.
Bye
EasyUI

