Subject: | Table is rotated unpredictably |
Date: | Mon, 28 Sep 2009 00:50:15 +0200 (CEST) |
To: | bug-Data-Table [...] rt.cpan.org |
From: | niels [...] genomics.dk |
When $table->colRef is called on a table of type 0 (row based), then
after the call the whole table has become "rotated", i.e. become column
based and with type 1. This is ok when the Data::Table's html methods
are used, because they check for orientation. But foreign methods (like
my html routines) would then also have to check. Getting a column from
a table should not change it. It is also inefficient when one does a
mixture of column and row operations.
To not get surprises at display time one will need to remember the
original orientation and invoke $table->rotate if it has changed.
Question: the module is convenient, but there are unfixed bugs; are
the author(s) still committed to fixes?