Hello Experts,
We have a requirement to show data in a table which is coming from different node.
Suppose the table has 10 column ( among them 5 are coming from node A and others are coming from node B)
I tried to add node A as a source of the table, and then add individual context to corresponding column element from node A and node B .
Like:
Table Source-->Node A
Table Column1 element value --> NodeA.context
Table Column1 element value--> NodeB.context.
But in this case the problem is, whenever i am trying to add a new row in the table it is copying previous value to the new cell.
I have also tried to add context of B node to A node and then tried to copy data from B node to Anode, but it is saying that Node A is already binded; add or bind element is not possible.
Can any one please help me on this scenario.
Regards,
Sambaran Chakraborty