Skip to content

Instantly share code, notes, and snippets.

@brumm
Created May 29, 2015 10:19
Show Gist options
  • Save brumm/01ba91561b11908e688e to your computer and use it in GitHub Desktop.
Save brumm/01ba91561b11908e688e to your computer and use it in GitHub Desktop.
{{#tiny-table as |tableHeaderRow tableBodyRow|}}
{{component tableHeaderRow "Set" "Reps" "Weight"}}
{{#component tableHeaderRow as |tableCell|}}
{{tableCell "1"}}
{{#tableCell}} {{input value='15'}} {{/tableCell}}
{{#tableCell}} {{input value='10'}} {{/tableCell}}
{{#tableCell}} <button></button> {{/tableCell}}
{{/component}}
{{/tiny-table}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment