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 <zjf...@apache.org>
Authored: Sat Jun 23 11:39:24 2018 +0800
Committer: Jeff Zhang <zjf...@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;

Reply via email to