Skip to content

Commit

Permalink
Fix paging reactivity for PivotTable (#76)
Browse files Browse the repository at this point in the history
* Fix paging reactivity for PivotTable

* Fix paging reactivity for PivotTable
  • Loading branch information
KBazGenexus authored Apr 15, 2024
1 parent 2eeac7e commit 7c326f0
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,13 +199,6 @@ export class QueryViewerPivot {
@Prop() readonly paging: boolean;
@Watch("paging")
pagingInChange() {
if (
this.pageSizeChangeWasCommittedByTheUser &&
this.tableType !== QueryViewerOutputType.Table
) {
this.pageSizeChangeWasCommittedByTheUser = false;
return;
}
this.shouldReRenderPivot = true;
}

Expand Down

0 comments on commit 7c326f0

Please sign in to comment.