Skip to content

Commit

Permalink
[Table] fix issue with incorrect table pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
Tynan DeBold committed Nov 12, 2018
1 parent f35039f commit 66c3349
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1672,6 +1672,12 @@ ts.ui.TableSpirit = (function using(
this._resizing = true;
this.script.suspend();
this._bestpage(index);
} else {
var model = this._model;
var pager = this.pager();
if (this._ownpager && model.maxrows) {
pager.pages = model.pageCount();
}
}
}
this._maybecallresize();
Expand Down

0 comments on commit 66c3349

Please sign in to comment.