Skip to content

Commit f2383db

Browse files
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 @894ecbf26880e6c483eedf453c952cb514c7c57b
1 parent 8540525 commit f2383db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datatables.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
],
1515
"src-repo": "http://github.com/DataTables/DataTablesSrc",
1616
"last-tag": "1.13.6",
17-
"last-sync": "b2103f39ce160ad1daec16a6915343d15b31f016"
17+
"last-sync": "894ecbf26880e6c483eedf453c952cb514c7c57b"
1818
}

0 commit comments

Comments
 (0)