You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by zj...@apache.org on 2018/06/23 03:39:41 UTC

zeppelin git commit: Revert "[ZEPPELIN-3492] The paragraph's table does not scroll if there is a large cell"

Repository: zeppelin
Updated Branches:
  refs/heads/branch-0.8 fc6efeb9b -> 23d79b733


Revert "[ZEPPELIN-3492] The paragraph's table does not scroll if there is a large cell"

This reverts commit 7dfbd060a47980904b59b8d638fa3b9b6efde9ac.


Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo
Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/23d79b73
Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/23d79b73
Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/23d79b73

Branch: refs/heads/branch-0.8
Commit: 23d79b733e75417de73112dc6731d3b48e237d4f
Parents: fc6efeb
Author: Jeff Zhang <zj...@apache.org>
Authored: Sat Jun 23 11:39:24 2018 +0800
Committer: Jeff Zhang <zj...@apache.org>
Committed: Sat Jun 23 11:39:24 2018 +0800

----------------------------------------------------------------------
 zeppelin-web/src/app/visualization/builtins/visualization-table.js | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/23d79b73/zeppelin-web/src/app/visualization/builtins/visualization-table.js
----------------------------------------------------------------------
diff --git a/zeppelin-web/src/app/visualization/builtins/visualization-table.js b/zeppelin-web/src/app/visualization/builtins/visualization-table.js
index 30d3291..831bf95 100644
--- a/zeppelin-web/src/app/visualization/builtins/visualization-table.js
+++ b/zeppelin-web/src/app/visualization/builtins/visualization-table.js
@@ -153,7 +153,6 @@ export default class TableVisualization extends Visualization {
       saveTreeView: true,
       saveFilter: true,
       saveSelection: false,
-      customScroller: (uiGrid) => uiGrid.on('wheel', (event) => event.stopPropagation()),
     };
 
     return gridOptions;