Ember table component

Hello,

Is it possible to create a table component in ember which allows specify table columns in markup like this?

{{#table data=myData pageSize=20 ...}}
  {{column heading="Test" renderer=rendererName sortable="true" ...}}
  ...
{{/table}}

If so, are there any samples I can look to?

Thank you,

Roman

@romank, check out ember-table of Addepar. Very powerful table widget.