Skip to content

Commit

Permalink
[biexport] force dynamic resize mode for old tables
Browse files Browse the repository at this point in the history
  • Loading branch information
campersau committed Feb 20, 2024
1 parent 68845c8 commit cf9c347
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions biexport.js
Original file line number Diff line number Diff line change
Expand Up @@ -1630,6 +1630,7 @@
}
// this somehow crashes the browser by deloitte
if (includeStyles && view._oScrollableTable) { // make sure tables are rendered
view._oScrollableTable.setResizeMode("dynamic");
view._oScrollableTable.setDisplaySize(Number.MAX_VALUE, Number.MAX_VALUE);
view._oScrollableTable.setTopLeftCell({ row: 0, col: 0 });
view._oScrollableTable.redrawTable();
Expand Down

0 comments on commit cf9c347

Please sign in to comment.