HTML not decoding when editing multiple rows
HTML not decoding when editing multiple rows
I've tried, unsuccesfully, to get a working demo of Editor on live.Datatables.net for an example. Next I tried using the editor exmple , but I could not replicate the problem there.
The behavior I am seeing is that when I edit a row inline or use the popup, everything is fine. However, when I edit multiple rows and update, the HTML is not Decoding. So, all the "&" become &
I've tried setting entityDecode to true (and false for being thorough), but it makes no difference.
{ data: "ShippingFirstName", className: "text-center", entityDecode: true },
Anyone run into this or can replicate it?
Answers
That's odd, I tried it here and it's behaving as expected. Could you look at that, please, and see if it helps. If it's still not working for you, please can you update my example, or link to your page, so that we can see the problem.
Cheers,
Colin
Thanks Colin. When I wrote this, I had one order that consistently had the problem. I've since deleted the orders and started with new ones. I've seen it happen sporadically, but not consistently. I am working on finding another consistent occurrence and will post when I do.