MessageTop with variable should change during .draw()

MessageTop with variable should change during .draw()

iampatnadyiampatnady 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

  • kthorngrenkthorngren Posts: 20,346Questions: 26Answers: 4,776

    Use messageTop as a function like this example. What you have will set the messageTop at initialization but it won't change.

    Kevin

Sign In or Register to comment.