Repository: zeppelin Updated Branches: refs/heads/master e612fbf2f -> b91a5e623
Revert "[ZEPPELIN-3492] The paragraph's table does not scroll if there is a large cell" This reverts commit f22bbde1ce83b10f0821e26168cf6cd058b94486. Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/b91a5e62 Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/b91a5e62 Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/b91a5e62 Branch: refs/heads/master Commit: b91a5e62381364c79a10af9ff153192cd43967cc Parents: e612fbf Author: Jeff Zhang <zjf...@apache.org> Authored: Sat Jun 23 18:03:32 2018 +0800 Committer: Jeff Zhang <zjf...@apache.org> Committed: Sat Jun 23 18:03:32 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/b91a5e62/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;