Subject: | Strange column behavior |
Date: | Thu, 9 Nov 2006 09:48:36 -0700 |
To: | bug-Maypole [...] rt.cpan.org |
From: | "Craig Ritzdorf" <critzdorf [...] gmail.com> |
Hello all,
I'm rather new to Maypole so please bear with me. I'm have the basics of my
database front end working fine but when i try to change the order of the
columns the data in some columns becomes invisible.
Description | Name | Type
Show quoted text
_______________________________________
A swimming animal | Trout | Fish
A common pet | Dog | Mammal
This is about what I have. If I add:
sub display_columns{
(qw/name type description/)
}
the output becomes:
Name | Type | Description
__________________________________________
Trout | |
Dog | |
the info reappears in the text boxes of the edit page.
Thanks
Craig R.