EasyUI
Home
Demo
Tutorial
Documentation
Download
Extension
Contact
Forum
EasyUI Forum
March 19, 2025, 05:02:54 AM
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
:
Home
Help
Search
Login
Register
EasyUI Forum
>
General Category
>
General Discussion
>
Datagrid - Forms - Using data from 2 tables
Pages: [
1
]
« previous
next »
Print
Author
Topic: Datagrid - Forms - Using data from 2 tables (Read 5409 times)
stephenl
Newbie
Posts: 40
Datagrid - Forms - Using data from 2 tables
«
on:
July 10, 2018, 08:16:47 PM »
Hello
I have a data grid which is edited via a Form
Editing is done via the following function
function editcall() {
var row = $('#dg').datagrid('getSelected');
var $radios = $('input:radio[name=OnComplete]');
if (row) {
$('#dlg').dialog('open').dialog('setTitle', 'Edit Call');
$('#fm').form('load', row);
url = 'scripts/database/update_db.php?udtype=U&id=' + row.id;
}
}
I would like to now link the forms data 2 seperate MYSQL tables ?
How would this be acheived ?
Thank you
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General Category
-----------------------------
=> News
=> General Discussion
=> EasyUI for jQuery
=> EasyUI for Angular
=> EasyUI for Vue
=> EasyUI for React
=> Bug Report
Loading...