Skip Menu |

This queue is for tickets about the HTML-Table CPAN distribution.

Report information
The Basics
Id: 28828
Status: resolved
Worked: 32 hours (1920 min)
Priority: 0/
Queue: HTML-Table

People
Owner: a.peacock [...] chime.ucl.ac.uk
Requestors: msantinho [...] simplicidade.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 2.06
Fixed in: (no value)



Subject: tfoot on html::table
Greetings, I'm trying to make my columns sortable (with javascript). But to make it behave appropriately I need to group my rows with THEAD, TBODY and TFOOT. Played with setAttr but with no success. Do you have any idea on how can I do this? Best regards, Miguel Santinho
Version 2.07-beta now supports the creation of table sections. It has been upload to CPAN and should appear on mirrors soon, or you can get it from: http://www.chime.ucl.ac.uk/~rmhiajp/htmltable/HTML-Table-2.07-beta.tar.gz You can now add 'sections' to the table, specifying 'thead|tbody|tfoot' and a section number. There can only be one each of thead and tfoot sections, but many body sections. The new methods are of the form: addSectionRow ( 'tbody', 0, "Cell 1", "Cell 2", "Cell 3"); The existing methods act on the first body section by default, which should make the module backwards compatible.