How to extract Html span title value for datatable CSV export?
How to extract Html span title value for datatable CSV export?
rmohammmad
Posts: 1Questions: 1Answers: 0
*buttons: [
{
extend: 'csvHtml5',
text: '<i class="fas fa-file-excel"></i> CSV ',
titleAttr: 'CSV',
},
]
<span title='ABC'>This is text</span>
I wish to extract ABC text in my csv export .
Answers
This example shows how to format the export data.
Kevin