DataTable CRUD functionality with jEditable pulgin
DataTable CRUD functionality with jEditable pulgin
Hello All,
I am trying to figure out how can I use DataTable CRUD functionality
http://datatables.net/media/blog/inline-editing/complete.html
using jEditable
http://www.datatables.net/examples/api/editable.html
Since my table has two column [that i want user to edit and table only has four rows] I want to go jEditable way.
Basically in the last column of all the rows I have "EDIT button" when click on EDIT :
1. Make the column for that row editable
2. Change Edit button to Save Button and also add Cancel Button
When user click "Save":
1. send data to server
2. Change Save button to Edit
Please see this image to get better idea
https://plus.google.com/u/0/photos/104893713979300735775/albums/5667594034726223569#photos/104893713979300735775/albums/5667594034726223569/5667594034496423234
Thanks
Viral
I am trying to figure out how can I use DataTable CRUD functionality
http://datatables.net/media/blog/inline-editing/complete.html
using jEditable
http://www.datatables.net/examples/api/editable.html
Since my table has two column [that i want user to edit and table only has four rows] I want to go jEditable way.
Basically in the last column of all the rows I have "EDIT button" when click on EDIT :
1. Make the column for that row editable
2. Change Edit button to Save Button and also add Cancel Button
When user click "Save":
1. send data to server
2. Change Save button to Edit
Please see this image to get better idea
https://plus.google.com/u/0/photos/104893713979300735775/albums/5667594034726223569#photos/104893713979300735775/albums/5667594034726223569/5667594034496423234
Thanks
Viral
This discussion has been closed.