Rows pattern

{{::item.name}}
{{::item.eyeColor}}
{{::item.age}} {{::item.balance}} {{::item.company}} {{::item.address}} {{::item.favoriteFruit}}

In template:

Warning:

If you want to use ng-attributes (like ng-if, ng-repeat,...) inside your template - please add to your <body> ng-non-bindable attribute to prevent Angular engine to compile attributes before table render.

Example:

{{::item.name}}
{{::item.eyeColor}}
{{::item.address}} {{::friend.name}}

In template: