DataTable column not rendering HTML information correctly
DataTable column not rendering HTML information correctly
Hi All,
I have a Datatable that displays Search Results on SharePoint 2013. It pulls up data from search and I use the datatable to display the employee results.
I have one column which displays the employee image and this image needs to be displaying the Lync Presence. The column is formatted as follows -
Ameet Phadnis
The column does not display correctly with Lync Presence. Any ideas why?
If I have the above code outside of DataTable then it works perfect.
Also, if I copy the code generated by DataTables and create another HTML file and post it then the HTML renders correctly. It is just in the datatables something does not work correctly.
I have a Datatable that displays Search Results on SharePoint 2013. It pulls up data from search and I use the datatable to display the employee results.
I have one column which displays the employee image and this image needs to be displaying the Lync Presence. The column is formatted as follows -
Ameet Phadnis
The column does not display correctly with Lync Presence. Any ideas why?
If I have the above code outside of DataTable then it works perfect.
Also, if I copy the code generated by DataTables and create another HTML file and post it then the HTML renders correctly. It is just in the datatables something does not work correctly.
This discussion has been closed.
Replies
Allan
I am facing the same issue. In my code, the jquery datatable contains a column for UserName which shows the Lync presence. The lync presence is not shown in the datatable for some reason.
Did you get any solution ? If so, please help.
thanks,