How to extract Html span title value for datatable CSV export?

How to extract Html span title value for datatable CSV export?

rmohammmadrmohammmad 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

Sign In or Register to comment.