Skip to content

Commit 02a9ccb

Browse files
committed
fix updating of index of last item in pagination.
1 parent c38829c commit 02a9ccb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/aha-table.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -901,6 +901,7 @@
901901
pagesizeChanged: function(newValue, oldValue){
902902
this.pagesize = parseInt(this.pagesize);
903903
this.refreshPagination();
904+
this.currentpageChanged();
904905
},
905906
// call this when total count is no changed.
906907
filterPage: function() {

0 commit comments

Comments
 (0)