MessageTop with variable should change during .draw()
MessageTop with variable should change during .draw()
iampatnady
Posts: 1Questions: 1Answers: 0
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,
Answers
Use
messageTop
as a function like this example. What you have will set themessageTop
at initialization but it won't change.Kevin