Fixed QueryFilter
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-widgetx@95341 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
836a33a7ba
commit
9168536a89
|
@ -129,7 +129,7 @@ public class TabularDataXGridPanel extends ContentPanel {
|
|||
this.eventBus = eventBus;
|
||||
bindEventBus();
|
||||
container = new VerticalLayoutContainer();
|
||||
|
||||
|
||||
setWidget(container);
|
||||
}
|
||||
|
||||
|
@ -633,7 +633,6 @@ public class TabularDataXGridPanel extends ContentPanel {
|
|||
// numberer.initPlugin(grid);
|
||||
|
||||
// Filter
|
||||
|
||||
ArrayList<Filter<DataRow, ?>> filters = FiltersGenerator
|
||||
.generate(columnModel);
|
||||
gridFilters = new ExtendedGridFilters<DataRow>(
|
||||
|
@ -657,6 +656,7 @@ public class TabularDataXGridPanel extends ContentPanel {
|
|||
container.add(toolBar,
|
||||
new VerticalLayoutData(1, 25, new Margins(0)));
|
||||
|
||||
container.forceLayout();
|
||||
|
||||
loader.load(0, liveGridView.getCacheSize());
|
||||
|
||||
|
|
Loading…
Reference in New Issue