export raw data rather than rendered
export raw data rather than rendered
![smerchant](https://secure.gravatar.com/avatar/d5b95349ac47c9fe63c68564be239537/?default=https%3A%2F%2Fvanillicon.com%2Fd5b95349ac47c9fe63c68564be239537_200.png&rating=g&size=120)
Hello, I have a column which I am rendering with some data with html;
"data": "url",
"render": function (data, type, row, meta) {
return '<a href="' + data + '" target="_blank">Read the full text</a>';
}
But I would like to export the raw data in the url column rather than what is render on the screen. I have tried;
exportOptions: { orthogonal: 'export' },
but it doesn't work. Please could someone help/guide?
Thanks
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Hi @smerchant ,
Yep, you're in the right place. This example here will show you want to do,
Cheers,
Colin