row.data() which contains special characters

row.data() which contains special characters

soulbriskisoulbriski Posts: 21Questions: 7Answers: 0
edited March 2020 in Free community support

Hi

I've searched through all I can to find an answer to this but getting nowhere fast.

In this test case, clicking on a table row outputs the row data as an array and exactly as you would expect, including the apostrophe in Ashton O'Malley.

However, in my own project, the row data is output to the console as an object and apostrophes are printing as their encoded value of '

The only difference in the two scenarios is that the data source in mine comes from a MySql database.

Why can't I decode the row data so that I see ' instead of ' ?

Thanks for any help

This question has an accepted answers - jump to answer

Answers

This discussion has been closed.