I have two datasources, using them I need to create one datatable.
I have two datasources, using them I need to create one datatable.

Hi,I have two datasources ,Lets say A and B. And I need to create one datatable using them. Some of columns should come from A and other columns should come from B.
Is it possible to create single datatable using two datasource?
This discussion has been closed.
Answers
I had the same problem with 3 datasources, the solution I found it's to create an html table as you want it to be, and create dataTable with this table. Perhaps it's not the better solution but it worked for me.
If you could merge you two datasources into a single JSON
I think you could then use
data
andcolumns.data
as suchAny additional formatting of the data would be accomplished using
columns.render