MessageTop with variable should change during .draw()
MessageTop with variable should change during .draw()
Hi,
Is it possible to have a dynamic messageTop on excelhtml5 button? let's say the datatable is redraw then the variable "keyword" will always change everytime excel button is clicked.
messageTop: "Your search keyword is " + keyword,
This discussion has been closed.
Answers
Use
messageTopas a function like this example. What you have will set themessageTopat initialization but it won't change.Kevin