messageTop and messageBottom not working in excel export
messageTop and messageBottom not working in excel export
treyco
Posts: 1Questions: 1Answers: 0
I've been trying to get this to work for two days. I don't even see it show up from the examples page here. Is this feature still available? Everything works in the following line of code except the messageBottom,
buttons: [{extend: 'excel', text: '<img src="../images/toolbar/excel-icon.jpg" width="32px" height="32px"/>', title: 'Modifier Analysis', footer: true, messageBottom: '99 codes'}]
This discussion has been closed.
Answers
messageTop is not working...
It seems to work here. Perhaps you can link to a test case showing the issue please.
Allan
messageTop is not working, even using the example https://jsfiddle.net/hm123/0ktq8pds/3/
You are using Buttons 1.3.1 in that example. As the documentation notes
messageTop
was added in 1.4.0.1.5.1 is the current release at the time of writing.
Allan
You have buttons version 1.3.1. Upgrade to buttons 1.5.1 and messageTop should work for you.
Kevin
@kthorngren Yeah this is it, do change version and it works fine