Print button problem

Print button problem

petardepipetardepi Posts: 1Questions: 1Answers: 0
edited October 2016 in Free community support

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.