diff --git a/src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/dminfo/ServiceInfoPanel.java b/src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/dminfo/ServiceInfoPanel.java index 504cc47..9511bf5 100644 --- a/src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/dminfo/ServiceInfoPanel.java +++ b/src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/dminfo/ServiceInfoPanel.java @@ -219,7 +219,6 @@ public class ServiceInfoPanel extends FramedPanel { Grid grid = new Grid(store, cm, groupingView); - grid.setAllowTextSelection(false); grid.setAllowTextSelection(true); grid.setBorders(false); grid.setColumnReordering(false);