Minor update
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-mainbox-widget@101165 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
f6b6feb8ea
commit
80d759c6cc
|
@ -229,6 +229,7 @@ public class MainBox extends TabPanel {
|
|||
}
|
||||
|
||||
}
|
||||
//TODO
|
||||
forceLayout();
|
||||
} catch (Throwable e) {
|
||||
Log.error("Error in MainBox: " + e.getLocalizedMessage());
|
||||
|
|
|
@ -88,7 +88,7 @@ public class TDXPanel extends FramedPanel {
|
|||
TableId tableOpening = new TableId(Constants.TDX_DATASOURCE_FACTORY_ID,
|
||||
tabularResourceDataView.getTrId().getTableId());
|
||||
tabularData.openTable(tableOpening);
|
||||
forceLayout();
|
||||
//forceLayout();
|
||||
|
||||
}
|
||||
|
||||
|
@ -99,7 +99,7 @@ public class TDXPanel extends FramedPanel {
|
|||
Constants.TDX_DATASOURCE_FACTORY_ID,
|
||||
tabularResourceDataView.getTrId().getTableId());
|
||||
tabularData.openTable(tableOpening);
|
||||
forceLayout();
|
||||
//forceLayout();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue