Replies: 2 comments 6 replies
-
OK. my bad. I've delete release v0.5.5. |
Beta Was this translation helpful? Give feedback.
2 replies
-
The callback HTML in my case is done within the option render from DataTables itself. I prefer my data to be escaped before putting it on screen to prevent possible XSS attacks. But an option to exclude a certain column could work i guess. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello @hermawanramadhan
Regarding the pull request and issue brought up by @erikkraijenoord, I'm having trouble with it. I thought this was an error from my script, but after analyzing the error I experienced occurred after I upgraded this package.
Previously I wanted to explain, with datatables I often apply HTML to the last column (that is, the "action" column), where I display several action buttons. However, I recently upgraded this package and all datatables display HTML code (literally HTML code).
Then I checked this repository and yep, there's a pull request where the changes apply escaping data from the resultset.
Maybe we can make an option for that? developer could enforce whether the output will be escaped or not necessary, maybe that setting could be set per-column?
Thanks in advance :3
Beta Was this translation helpful? Give feedback.
All reactions