hhurz / tableExport.jquery.plugin

jQuery plugin to export a html table to JSON, XML, CSV, TSV, TXT, SQL, Word, Excel, PNG and PDF
MIT License
990 stars 716 forks source link

Cell data is modified in release 1.10.18 #300

Closed DahlGadeM-ELS closed 4 years ago

DahlGadeM-ELS commented 4 years ago

Hi and thanks for at very nice plugin :smile:

I have a table with cells containing elements and fontawesome icons. When i use onCellHtmlData to convert my cell data to text it works just fine in 1.10.17, but in the latest release the content of the cell is modified in the DOM (by calling $cell.html(htmlData)) and thus changes the content of my table :cry:

Is this intentional or am I doing it wrong?

Best regards Mikkel

hhurz commented 4 years ago

Hi, thanks for reporting this issue, It should be fixed in release v1.10.19

DahlGadeM-ELS commented 4 years ago

Awesome! It works :muscle: Thank you very much :tada: :grinning: