how to show angle brackets in datatables rendering?
how to show angle brackets in datatables rendering?
louking
Posts: 259Questions: 52Answers: 0
I'm not sure https://live.datatables.net/pakoqucu/1/edit is a perfect example as my data comes from the server.
I have an edit window that allows email addresses like John Doe <john.doe@example.com>
. But the angle brackets are interpreted as html tag delimiters so are not displayed in the datatable
I know I can use the render option and escape the display, but is there a standard type or render or other option I can use?
This question has an accepted answers - jump to answer
Answers
You can use the Text renderer like this:
https://live.datatables.net/pakoqucu/3/edit
Kevin