Skip to content

Commit

Permalink
show issue of template field not rendering correctly when virtualized
Browse files Browse the repository at this point in the history
  • Loading branch information
swalters committed Apr 28, 2014
1 parent 355e3ed commit 531e586
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion misc/tutorial/2.1_appending_data.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ All features are enabled to get an idea of performance
{name:'id', width:50},
{name:'name', width:100},
{name:'age', width:100, enableCellEdit: true },
{name:'agetemplate',field:'age', width:100, cellTemplate: '<div class="ui-grid-cell-contents"><span>Age:{{COL_FIELD}}</span></div>' },
{name:'address.street', width:150, enableCellEdit: true },
{name:'address.city', width:150, enableCellEdit: true},
{name:'address.state', width:50, enableCellEdit: true},
Expand All @@ -33,6 +32,9 @@ All features are enabled to get an idea of performance
{name:'phone', width:200, enableCellEdit: true},
{name:'about', width:300, enableCellEdit: true},
{name:'friends[0].name', displayName:'1st friend', width:150, enableCellEdit: true},
{name:'friends[1].name', displayName:'2nd friend', width:150, enableCellEdit: true},
{name:'friends[2].name', displayName:'3rd friend', width:150, enableCellEdit: true},
{name:'agetemplate',field:'age', width:100, cellTemplate: '<div class="ui-grid-cell-contents"><span>Age:{{COL_FIELD}}</span></div>' }
];


Expand Down

0 comments on commit 531e586

Please sign in to comment.