instead of rendered HTML div we get "[object HTMLDivElement]" instead of content.
this solved the issue :
file : dataTables.responsive.js, function listHidden
line 1569 changing to : ( col.data instanceof HTMLElement ? col.data.innerHTML : col.data ) +