How to edit/delete data present on another page(php)?
How to edit/delete data present on another page(php)?
Hi, being a newbie to jquery & datatables,I am stuck at a place in my code where I have introduced the edit/delete buttons in my code, but I am blank now...how shall I proceed?
I wan't to do the following:
1. edit/deletet the data generated by the datatable. (search all over doesn't help).
2. I guess I need to have an AJAX call to the page where I can perform my desired operations and get back that particular data as I did for datable(using JSON).
3. I am unable to get the data from the datatable and send it to the page I desire.
Please, help me with the code ..
Answers
It would be highly appreciable if I can get the help asap...