How to copy the content when datatable cell html was change by javascript

How to copy the content when datatable cell html was change by javascript

qinbxqinbx Posts: 9Questions: 0Answers: 0
edited October 2012 in DataTables 1.9
Eg:
1) When a datatable was loaded. The data markdd v1.
2) Use javascript to changed some table cell html (Like we edit the html in firebug for th or td). The data marked v2.
3) Click copy button.

The data we get in clipboard is v1. But i want the data v2 was copyed.

Is there any way to realize this?

Replies

  • allanallan Posts: 63,237Questions: 1Answers: 10,418 Site admin
    Use the DataTables API: http://datatables.net/faqs#append

    Allan
This discussion has been closed.