Export Excel button Edit body option display html tags
Export Excel button Edit body option display html tags
pooja.kapasi
Posts: 3Questions: 1Answers: 0
its a vert nice & easy to use datatables.
When I m using export option with edit body option is display HTML tags in my excel sheet, is there any solution?
kindly guide me.
thank you in advance.
This discussion has been closed.
Answers
::: Find my code for your reference the same :::
var buttonCommon = {
exportOptions: {
format: {
body: function (data, row, column, node) {
return column === 5 ? data.replace(/[.]/g, '') : data;