editable datatable
editable datatable
dmeper
Posts: 4Questions: 2Answers: 0
Hi i am new user and i just wanna know if is it possible to make the datatable editable..and interact with my database via jquery functions post ..ajax..and thanks
This question has accepted answers - jump to:
This discussion has been closed.
Answers
http://editor.datatables.net/
Not free, but there is a free trial and you won't look back
Editor can be a very strong and robust tool, no doubt. You can also, however, update the cells with regular DOM manipulation (from scratch, using x-editable, etc), post to the server via AJAX, and then update the Datatable instance such that the data stored reflects the changes made. For the latter portion check out the invalidate() and draw() methods.
yeah thanks friends ..i tried to use jquery and some events ..now i made my own version of 'Editable DataTable' and its working 100%
way to go!
it can be cumbersome and a headache to keep up with all the changes and ensuring the integrity between data in DT and the DOM, but unless you're doing full fledged data entry it's certainly a potentially better option than jumping headlong into Editor.
best of luck-
thanks johnblythe ,
i tried my own editable table ..its working without errors thanks..and safe