Skip to content

Instantly share code, notes, and snippets.

@abergs
Last active August 29, 2015 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abergs/40734bfb4a6aa5492026 to your computer and use it in GitHub Desktop.
Save abergs/40734bfb4a6aa5492026 to your computer and use it in GitHub Desktop.
TableViewComponent
// version 0.0.1 of TableViewcomponent API
<TableView>
<Columns>
<Column format="%s kg" />
<Column format="%s" />
</Columns>
<Rows>
{Items}
</Rows
</TableView
// version 0.0.2 of TableViewcomponent API
<TableView enableSearch=false>
<Columns>
<Column format="%s kg" itemPropName="weight" />
<Column format="%s" itemPropName="fullName" />
</Columns>
<Rows>
{Items}
</Rows
</TableView
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment