Bind xml data as string in datatable.

Bind xml data as string in datatable.

Sachin 87Sachin 87 Posts: 1Questions: 1Answers: 0

Hello all,

Is there any way to bind xml string data to datatable?

I want to show this xml string data in child row. for that, I am referring below link.

https://datatables.net/extensions/responsive/examples/child-rows/column-control.html

but the main issue is that when i tried to render it, DOM does not parse the xml string properly, so it does not show xml data?

would love some suggestion on how to solve this.

Regards,
Sachin

Answers

  • allanallan Posts: 61,438Questions: 1Answers: 10,052 Site admin

    Do you mean you want to show the tags, etc, in the child row? If so, try setting the renderer for the column in question to be the text renderer.

    Allan

This discussion has been closed.