how to force text rendering instead of html?
how to force text rendering instead of html?

Is there a simple way to force my table to render all columns as plain text?
Using server side processing, if my database field contains html with a script tag like "alert('boom')" the script is executed every time that record is drawn.
This discussion has been closed.