Skip to content

Commit

Permalink
Avoid refresh of the table after apply filters (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
c-milocanovich authored May 7, 2024
1 parent 832fabc commit 9aab964
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ export class QueryViewerPivot {
);
}


/**
* Response Page Data
*/
Expand All @@ -106,7 +107,7 @@ export class QueryViewerPivot {
// This is a WA since the Table does not refresh its pageSize if we don't update
// the pageData previously
setPageDataForTable(this.queryViewerConfiguration.oat_element, newValue);
this.renderPivot();
// this.renderPivot();
}

/**
Expand Down

0 comments on commit 9aab964

Please sign in to comment.