I want to export the pdf with its icons in the columns. For this I am using this code
I want to export the pdf with its icons in the columns. For this I am using this code
Golu
Posts: 2Questions: 1Answers: 0
tableData = $("#tableData").Datatable
({
dom: 'flBrtip',
buttons:
[{
extend: 'pdfHtml5',
text: 'Pdf',
exportOptions
{
stripHtml : false
}
}]
})
But on the place of the icon it is showing its html
Answers
Can anybody tell how to fix this
I suspect you haven't included the CSS. We're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.
Cheers,
Colin