Skip to content

Commit

Permalink
dispatch internal page changed event when force resetting page
Browse files Browse the repository at this point in the history
  • Loading branch information
olifolkerd committed Oct 9, 2022
1 parent 35405b7 commit 2123d5d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions dist/js/tabulator_esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -15605,6 +15605,7 @@ class Page extends Module{
if(!this.initialLoad){
if(this.mode == "local" || force){
this.page = 1;
this.trackChanges();
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion dist/js/tabulator_esm.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/js/modules/Page/Page.js
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,7 @@ class Page extends Module{
if(!this.initialLoad){
if(this.mode == "local" || force){
this.page = 1;
this.trackChanges();
}
}
}
Expand Down

0 comments on commit 2123d5d

Please sign in to comment.