⌈⌋ ⎇ branch:  Bitrhythm


Artifact Content

Artifact dd6f437104782501edae5ed700eb7ed21a15450d148b30a3917e67126cf76925:


<table-thead-tfoot-nested>

  <table data-is="table-thead-tfoot" header="{ header }" footer="{ footer }" rows="{ rows }"></table>

  this.header = [{ cell: 'One'}, { cell: 'Two'}, { cell: 'Three'}]
  this.footer = [{ cell: 'One'}, { cell: 'Two'}, { cell: 'Three'}]
  this.rows = [['One'], ['Two'], ['Three']]

</table-thead-tfoot-nested>