Using TableTools with jEditable not working

Using TableTools with jEditable not working

dallen386dallen386 Posts: 3Questions: 0Answers: 0
edited June 2012 in TableTools
I am using datatables with an ajax source to populate my table. I then am incorporating jEditable to make changes to the data within the table. When I make a change to the data and then go to save to excel using TableTools, my change is not reflected. What do I need to do to get my changes to show up when saving from tableTools?

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,470 Site admin
    You need to use the DataTables API to update the content of the cells, not direct DOM access - see: http://datatables.net/faqs#append

    Allan
This discussion has been closed.