I'd be nice to have a table element which supported table footers (TFOOT). Usage:

theme('table', array('header' => $header, 'rows' => $rows, 'footer' => $footer, ...));
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

bfroehle’s picture

jimmyko’s picture

Issue tags: +Needs tests
FileSize
1.85 KB

Basked on the work at a comment in #806982. I corrected some wrong variables. Since I didn't look into how it affect the table sorting, more testing is required.

jimmyko’s picture

Status: Active » Needs review
FileSize
1.87 KB

Amended some problem and please help to test. Thanks

The last submitted patch, tfoot_support-1254562-3.patch, failed testing.