From 2fa567b98b73652ae69dae160ed8f6fbb54940ec Mon Sep 17 00:00:00 2001 From: Pete Richards Date: Tue, 21 Feb 2017 16:49:39 -0800 Subject: [PATCH] [Table] Track by index, save the elements --- platform/features/table/res/templates/mct-table.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/platform/features/table/res/templates/mct-table.html b/platform/features/table/res/templates/mct-table.html index 7e24be2c43..056e8aac33 100644 --- a/platform/features/table/res/templates/mct-table.html +++ b/platform/features/table/res/templates/mct-table.html @@ -49,7 +49,7 @@ - @@ -60,9 +60,9 @@ + ng-click="table.onRowClick($event, visibleRow.rowIndex)">