You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using column_data_type: 'html' has a different use case. Change the render function to the following and see the difference: return '<abbr title="hello<br>world">Mr. ' + x + '</abbr>';
As for the issue itself, I suspect that it might actually be a limitation of DataTables, not the plugin. I didn't investigate too much since I found a workaround for my case.
Example: https://jsfiddle.net/pfnmvaex/
The rendered html is:
<abbr title="hello<br>world">some_text</abbr>
The result, as can be seen in the JSFiddle above:
The text was updated successfully, but these errors were encountered: