|
|
| Don't ask to ask, just ask | |
| PerlMonks |
Re^5: HTML::Template with HTML::Pagerby flyby (Acolyte) |
| on Oct 09, 2013 at 22:20 UTC ( [id://1057628]=note: print w/replies, xml ) | Need Help?? |
|
Reading the code more closely the segment that you posted seems to be the key. HTML::Pager doesn't bother creating "real" table headers with <TH></TH>. It just makes the first row of data bold, <B>, and calls that that table headers. I guess I could do the same thing with my data but it seems kind of lame to generate tables without "real" headers. Maybe there is a way inject another TMPL_LOOP before the PAGER_DATA_LIST loop and use that as the headers. Thanks for the help. Gives me some direction to work in. -Matt
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||