first of all sorry if I troubled you for a small thing. but actually I am unable to understand how to do inline editing with my data recieved from mysql.
Lets say I have mysql table which consist of (id,name,address). I know how to display it using datatables.
What my problem is, I want to use inline editing for this recieved data on datatables.
I have gone through the datatbles simple inline editing sample. But I couldnt understand how I relate it to the values which is return from a mysql table. I mean how to update the edited data to my mysql table.
I will be glad if someone can show some light on me to how to do this.
Thanks in advance.