theme_table() should support the <tfoot> variable, but it doesn't. See related issue for core 8.x fix (so no need to port, hopefully). This fix though is highly unlikely to get fixed in 7.x though (or at least anytime soon).

Comments

  • Commit 00a0f1e on 7.x-3.x by Mark Carver:
    Issue #2224487 by Mark Carver: Support "footer" in tables.
    
markhalliwell’s picture

Status: Active » Fixed

  • Commit 48f7040 on 7.x-3.x by Mark Carver:
    Issue #2224487 by Mark Carver: Support "footer" in tables.
    
    Allowed...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

  • Commit 00a0f1e on 7.x-3.x, 8.x-3.x by Mark Carver:
    Issue #2224487 by Mark Carver: Support "footer" in tables.
    
  • Commit 48f7040 on 7.x-3.x, 8.x-3.x by Mark Carver:
    Issue #2224487 by Mark Carver: Support "footer" in tables.
    
    Allowed...
ryan.armstrong’s picture

Version: 7.x-3.x-dev » 8.x-3.x-dev

Moving this to the 8.x-3.x branch as it has been committed to that branch. Making sure the fix gets tested in the Drupal 8 release.

ryan.armstrong’s picture

Status: Closed (fixed) » Needs review
ryan.armstrong’s picture

Assigned: Unassigned » ryan.armstrong
markhalliwell’s picture

Version: 8.x-3.x-dev » 7.x-3.x-dev
Status: Needs review » Closed (fixed)

This was fixed in 8.x core: #806982: Tables should take an optional footer variable and produce <tfoot>.

If/when it's fixed in 7.x. A new issue should be opened to remove it from Bootstrap.