Hello,
I have a datatable with 2 columns, with the following structure
[TABLE="width: 500"]
[TR]
[TD]Column1[/TD]
[TD]Column 2[/TD]
[/TR]
[TR]
[TD]Dog[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Dog[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Fish[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Fish[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[/TABLE]
What I'd like to do is move the data from column 2 into column 1, leaving
[TABLE="width: 500"]
[TR]
[TD]Column 1[/TD]
[/TR]
[TR]
[TD]Dog[/TD]
[/TR]
[TR]
[TD]Dog[/TD]
[/TR]
[TR]
[TD]Fish[/TD]
[/TR]
[TR]
[TD]Fish[/TD]
[/TR]
[/TABLE]
Please could someone help with with the code to move the data from column 2.
Many thanks.
I have a datatable with 2 columns, with the following structure
[TABLE="width: 500"]
[TR]
[TD]Column1[/TD]
[TD]Column 2[/TD]
[/TR]
[TR]
[TD]Dog[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Dog[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Fish[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Fish[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[/TABLE]
What I'd like to do is move the data from column 2 into column 1, leaving
[TABLE="width: 500"]
[TR]
[TD]Column 1[/TD]
[/TR]
[TR]
[TD]Dog[/TD]
[/TR]
[TR]
[TD]Dog[/TD]
[/TR]
[TR]
[TD]Fish[/TD]
[/TR]
[TR]
[TD]Fish[/TD]
[/TR]
[/TABLE]
Please could someone help with with the code to move the data from column 2.
Many thanks.