on 2015 Dec 11 11:37 AM
Hi Colleagues,
I am using sap.ui.table.Table and defined it as:
var oTable = new sap.ui.table.Table("ID_ErrorLogTable", {
visibleRowCount : 15,
fixedColumnCount: 2,
threshold: 75,
selectionMode: sap.ui.table.SelectionMode.None,
navigationMode: sap.ui.table.NavigationMode.Paginator,
toolbar: new sap.ui.commons.Toolbar({items: [ oLabel ,oDatePicker ,oLabel2 ,oDatePicker1 ,oLabel3, oShowOnlyErrorsCheckBox ,oLabel3, oSelectButton ]}),
});
The problem now is that
When I click on >| (last page) I assume to navigate to the last page (the tooltip is saying that as well).
But this only navigates me to page 11.
When I click again on "last page", I end up on page 21.
Again, I reach page 31.
Any finally you end up on page 41.
Of course lazy loading is happening for the data, which is why this is happening.
I want to know if by any way can we remove the last page >| option, or any other alternative available.
Thanks,
Archana
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
73 | |
10 | |
8 | |
8 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.