EasyUI
Home
Demo
Tutorial
Documentation
Download
Extension
Contact
Forum
EasyUI Forum
December 07, 2025, 09:48:10 PM
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
>
EasyUI for jQuery
>
Row Editing in DataGrid
Pages: [
1
]
« previous
next »
Print
Author
Topic: Row Editing in DataGrid (Read 8100 times)
stephenl
Newbie
Posts: 40
Row Editing in DataGrid
«
on:
August 26, 2019, 12:57:00 AM »
Hello
I'm looking for an example of "Row Editing in DataGrid" interfacing with a MySQL database
Does anyone know if such an example exist ?
Thank you
Logged
jarry
Administrator
Hero Member
Posts: 2303
Re: Row Editing in DataGrid
«
Reply #1 on:
August 28, 2019, 02:13:16 AM »
If you want to batch update the changed rows to the database, try this code.
Code:
var rows = $('#dg').datagrid('getChanges');
var data = JSON.stringify(rows);
$.post(yoururl, {data:data}, ...);
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...