I have two different lists, let's say Customer Name and Address.
Name Address
Brad Singapore
John London
Jenny Japan
If I want to combine these into a Datatable and display it in the dialogue box in a table form, is this possible? Or the format
Brad: Singapore
John: London
Jenny: Japan is also fine.