cancel
Showing results for 
Search instead for 
Did you mean: 

sap.ui.table.Table paginator Issue

0 Kudos

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

Accepted Solutions (0)

Answers (1)

Answers (1)

saivellanki
Active Contributor
0 Kudos

CSS? Plunker

Regards,

Sai Vellanki.