Edit and delete buttons in datatables?
Edit and delete buttons in datatables?
Afridi
Posts: 4Questions: 0Answers: 0
How to add edit and delete buttons in datatables?
This discussion has been closed.
Replies
Have you seen this example?
http://editor.datatables.net/examples/styling/envelopeInTable.html
thanks :)
Will this editor work with database?? @lucacali87
i mean can i fetch records from database to this editor???
Do you want to show database values in your datatable? And do you want to delete and update values in your database?
I use ajax call to retrieve values from my database (using Rest web services)
Yes that's what i mean...thanks :)
In this case you can use ajax to get data from database (Json inside data field) and when you click on update or delete you have to call ajax to change data into database