Because we draw the table without VisualizationRenderer we need to explicitly add filters here too.

This commit is contained in:
Arik Fraimovich
2014-03-17 20:23:12 +02:00
parent 44621e4f37
commit f3d46355af
2 changed files with 7 additions and 1 deletions

View File

@@ -168,6 +168,8 @@
return;
}
$scope.filters = $scope.queryResult.getFilters();
if ($scope.queryResult.getId() == null) {
$scope.dataUri = "";
} else {