buttons.exportData() decodeEntities Error
buttons.exportData() decodeEntities Error
user3770935
Posts: 10Questions: 4Answers: 0
Hi,
I am trying to export '>' and various other HTML encoded characters however i cannot get decodeEntities to function.
Most likely my error however i am lost without any examples to follow.
Thanks.
buttons: [
{
extend: "excel",
text: "Download Excel",
exportData: {
decodeEntities: true
}
}
]
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
You are using an old version of Buttons. With the latest version it appears to work fine.
Allan