From 531e58648bd29d7cf9308c487301a7a806d402d0 Mon Sep 17 00:00:00 2001 From: Shane Walters Date: Mon, 28 Apr 2014 12:35:47 -0500 Subject: [PATCH] show issue of template field not rendering correctly when virtualized --- misc/tutorial/2.1_appending_data.ngdoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/misc/tutorial/2.1_appending_data.ngdoc b/misc/tutorial/2.1_appending_data.ngdoc index 593f67563a..24a6a1ee4a 100644 --- a/misc/tutorial/2.1_appending_data.ngdoc +++ b/misc/tutorial/2.1_appending_data.ngdoc @@ -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: '
Age:{{COL_FIELD}}
' }, {name:'address.street', width:150, enableCellEdit: true }, {name:'address.city', width:150, enableCellEdit: true}, {name:'address.state', width:50, enableCellEdit: true}, @@ -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: '
Age:{{COL_FIELD}}
' } ];