Question
I have a (editable) table in a topic. I need to copy the contents of certain columns (all rows) from this table to another table in another page. Is this possible in TWiki?
To elaborate, if I have the following table:
| C11 |
C12 |
C13 |
C14 |
| ggg |
uiyuiy |
uiyiy |
iuiou |
| uihh |
iuioj |
iouiou |
oiul |
and want to create another table in a deifferent page like the one below:
Is this possible for me to get the data from
C11 &
C13 columns (all existing rows) to be copied in the corresponding rows of
C21 &
C22 columns in the 2nd table (which is in a different page/topic)?
Environment
--
SaumitraBhaumik - 11 Aug 2004
Answer