Html value not rendering correctly in table

html value not rendering correctly in table but it works if i put html directly in value

how i can fix that? i already set html

image

but it works in rich text editor:

in my mysql db the field is like this:

maybe its not parsing the code correctly?

thanks

Hey @agaitan026,

Were you able to find a solution for this??

1 Like

Hey @agaitan026 - I'd like to do some more debugging with this, as I'm starting to suspect that there's an underlying bug or edge-case here. Are you able to send me the encoded HTML that you're storing in the database so that I can test?

1 Like

sure: https://pastebin.com/nCSr9gLY

1 Like

Thanks for sharing, @agaitan026. I do think there might be an underlying bug, so I will go ahead and talk to our team about narrowing down the issue and getting a fix out.

In the meantime, I was able to get it to work using the he library to decode the HTML, as shown in the right image.

imageimage

You can read more about enabling custom libraries here!

1 Like