Skip to content

Instantly share code, notes, and snippets.

@krisselden
Created April 12, 2015 22:57
Show Gist options
  • Save krisselden/35742cd91b6cd5b9212c to your computer and use it in GitHub Desktop.
Save krisselden/35742cd91b6cd5b9212c to your computer and use it in GitHub Desktop.
{{#table-component items as |item|}}
// default block
{{^header}}
// header content
{{^footer}}
// footer content
{{^}}
// empty view
{{/table-component}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment