Hi team,
Is there any way to handle the reset current page without reposition the tab in tab mode.
protected void resetPage() {
log.debug("Resetting list view page");
closeWithDefaultAction();
viewBuilders.view(UiComponentUtils.getCurrentView(), this.getClass())
.withOpenMode(ViewOpenMode.THIS_TAB)
.open();
}
It will re-position the tab to the last one. eg (before ):

after eg:

from the example , it will found that the position will be moved to last one. My question is : how to maintain the position in the tab when resetting the page or do you have better way to handle this / reset the current page properly ?
I really appreciate your help.
Thank you.
Best Regard,
Chee Hao