Print button problem
Print button problem

Custom message in Print button is not dynamic. When we load data tables, message value is loaded only once.
For example i want:
message:$('#name').text()
$('#name').text() field is dynamic, so when i press PRINT button, i want $('#name').text() field to be loaded every time...
How can i achieve this?
This discussion has been closed.