Minor Update
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-widgetx@93206 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
62a697a5a5
commit
991f7604c8
|
@ -369,7 +369,7 @@ public class TabularDataXGridPanel extends ContentPanel {
|
||||||
loader.setRemoteSort(true);
|
loader.setRemoteSort(true);
|
||||||
|
|
||||||
liveGridView = new ExtendedLiveGridView();
|
liveGridView = new ExtendedLiveGridView();
|
||||||
liveGridView.setRowHeight(21);
|
//liveGridView.setRowHeight(19);
|
||||||
|
|
||||||
grid = new Grid<DataRow>(store, columnModel);
|
grid = new Grid<DataRow>(store, columnModel);
|
||||||
grid.setLoadMask(true);
|
grid.setLoadMask(true);
|
||||||
|
|
Loading…
Reference in New Issue