Commit f2383db
committed
894ecbf26880e6c483eedf453c952cb514c7c57b Fix: Performance issue when column sizing was specified and scrolling enabled
The issue was that a reflow was being forced once for every column. The
fix is to batch process them. Insert all into the DOM, calculate their
sizes with a single reflow and then remove them all.
Sync to source repo @894ecbf26880e6c483eedf453c952cb514c7c57b1 parent 8540525 commit f2383db
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
0 commit comments