I am wanting to do something like the following but not really sure how.
<mastertableview>
<columns>
column 1
column 2
column 3
</columns>
</mastertableview>
i like the formating of the above but i have one column that has a whole bunch of text so I would like to create a second row and have it span all columns
<mastertableview>
<row>
<columns>
column 1
column 2
column 3
</columns>
</row>
<row>
<columns>
long column
</columns>
</row>
</mastertableview>
how can something like this be done and still keep the column headers from the first set of columns and not have to stick it all in a template column
<mastertableview>
<columns>
column 1
column 2
column 3
</columns>
</mastertableview>
i like the formating of the above but i have one column that has a whole bunch of text so I would like to create a second row and have it span all columns
<mastertableview>
<row>
<columns>
column 1
column 2
column 3
</columns>
</row>
<row>
<columns>
long column
</columns>
</row>
</mastertableview>
how can something like this be done and still keep the column headers from the first set of columns and not have to stick it all in a template column