diff --git a/src/ui/public/doc_table/components/table_row.js b/src/ui/public/doc_table/components/table_row.js index f474e35011ada..69e8858a9de4c 100644 --- a/src/ui/public/doc_table/components/table_row.js +++ b/src/ui/public/doc_table/components/table_row.js @@ -82,7 +82,8 @@ module.directive('kbnTableRow', function ($compile, $httpParamSerializer, kbnUrl $scope.$watchMulti([ 'indexPattern.timeFieldName', 'row.highlight', - '[]columns' + '[]columns', + '[]row' ], function () { createSummaryRow($scope.row, $scope.row._id); });