editable datatable

editable datatable

dmeperdmeper 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:

Answers

  • crush123crush123 Posts: 417Questions: 126Answers: 18
    Answer ✓

    http://editor.datatables.net/

    Not free, but there is a free trial and you won't look back

  • johnblythejohnblythe Posts: 92Questions: 21Answers: 2
    Answer ✓

    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.

  • dmeperdmeper Posts: 4Questions: 2Answers: 0

    yeah thanks friends ..i tried to use jquery and some events ..now i made my own version of 'Editable DataTable' and its working 100%

  • johnblythejohnblythe Posts: 92Questions: 21Answers: 2

    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-

  • dmeperdmeper Posts: 4Questions: 2Answers: 0

    thanks johnblythe ,
    i tried my own editable table ..its working without errors thanks..and safe

This discussion has been closed.