Hi all,
I need some help with the example "Build CRUD Application with edit form in expanded row details":
http://www.jeasyui.com/tutorial/app/crud3/index.htmlIn "show_form.php" there is a "form":
<form method="post">
...
</form>
... and in index.html there is the following line to load the data to the form:
$('#dg').datagrid('getRowDetail',index).find('form').form('load',row);
My problem ...
I am writing a similar program. The only difference is that instead of a form I have a datagrid.
I need help to find the correct command to load the rows to the datagrid:
$('#dg').datagrid('getRowDetail',index).find('
XXXXXX').datagrid('loadData',rows);
Any help is appreciated.
Regards
Miche