IDEMPIERE-3003:Info Window - Reset button should reset grid content
This commit is contained in:
parent
dbdc970866
commit
3d61b34f95
|
@ -1653,6 +1653,8 @@ public class InfoWindow extends InfoPanel implements ValueChangeListener, EventL
|
||||||
paging.setParent(null);
|
paging.setParent(null);
|
||||||
|
|
||||||
layout.invalidate();
|
layout.invalidate();
|
||||||
|
|
||||||
|
contentPanel.getListHead().detach();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue