function TableFooter() {
  Component.apply(this, arguments);

  this.getter('rows', function() {
    return this.find('tr').asListOf(Row);