How to span a dynamic Ajax column header to two columns?

How to span a dynamic Ajax column header to two columns?

phoenix2010phoenix2010 Posts: 1Questions: 1Answers: 0

I'm creating Datatable column header dynamically. However, I need two header rows in the table. First header row needs to display "Information" spanning 2 columns and second header row is as below. Is it possible to achive this?

var tableHeaderJson = {"columns": [{"title": "Host Group"}, {"title": "Flavor"}]}

This discussion has been closed.