mflynn@hanweckassoc.com via RT wrote:
Show quoted text> Queue: HTML-Table
> Ticket <URL:
http://rt.cpan.org/Ticket/Display.html?id=34881 >
>
> Hmm -- in my mind I had the tables adding more columns (ie adding tables
> "side by side"), but it's certainly valid to add more rows.
>
> Perhaps more appropriate is to have the addRows/addColumns method take a
> table argument.
That would be a neat solution. I will have a look at that.
Show quoted text>
> Differences in number of rows ( for an addColumn ) or differences in columns
> (for an addRow) would just add extra cells with emtpy values, just as you do
> now.
>
>
> -----Original Message-----
> From: Anthony Peacock via RT [mailto:bug-HTML-Table@rt.cpan.org]
> Sent: Friday, April 11, 2008 11:31 AM
> To: mflynn@hanweckassoc.com
> Subject: Re: [rt.cpan.org #34881] Enhancement: Combine tables
>
>
> <URL:
http://rt.cpan.org/Ticket/Display.html?id=34881 >
>
> mflynn@hanweckassoc.com via RT wrote:
>> Fri Apr 11 11:04:34 2008: Request 34881 was acted upon.
>> Transaction: Ticket created by mflynn@hanweckassoc.com
>> Queue: HTML-Table
>> Subject: Enhancement: Combine tables
>> Broken in: (no value)
>> Severity: (no value)
>> Owner: Nobody
>> Requestors: mflynn@hanweckassoc.com
>> Status: new
>> Ticket <URL:
http://rt.cpan.org/Ticket/Display.html?id=34881 >
>>
>>
>> Hello,
>>
>> Would be a nice feature where you could do combine two tables. Ethier
>> with an explicit method or an overloaded operator. Something like:
>>
>> $table1 = $table2 + $table3;
>> or
>> $table1 += $table2;
>> or
>> $table1 .= $table2
>> or
>> $table1->addTable($table2)
>>
>> Something -- I'm not picky ;-)
>>
>> Thanks for the module. Very helpful.
>>
>> Cheers,
>> -Mike Flynn
>
> What would the combine do?
>
> Append table2's rows at the end of table1, or columns?
>
> What should it do if the two tables have different numbers of columns?
>
>
> --
> Anthony Peacock
> CHIME, Royal Free & University College Medical School
> WWW:
http://www.chime.ucl.ac.uk/~rmhiajp/
> Study Health Informatics - Modular Postgraduate Degree
>
http://www.chime.ucl.ac.uk/study-health-informatics/
>
>
>
--
Anthony Peacock
CHIME, Royal Free & University College Medical School
WWW:
http://www.chime.ucl.ac.uk/~rmhiajp/
Study Health Informatics - Modular Postgraduate Degree
http://www.chime.ucl.ac.uk/study-health-informatics/