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
qinbx
Posts: 9Questions: 0Answers: 0
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?
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?
This discussion has been closed.
Replies
Allan