Skip to content

Commit 386e385

Browse files
author
dtbuild
committed
02bdbb893b6b0dc34983ebaf6796b06b47dd18ec Tests: Wasn't properly doing a destroy action when there were multiple tables!
c23b0484f8dcdd99930365dacd061940ab98f182 Fix: The automatic resize handling wouldn't allow the content to get smaller. The fix took a lot longer than what the title suggests, but it basically boils down to the fact that when you call `.observe()` it will immediately trigger a callback (if the element is visible!) which I very much did not expect. Accounting for that allows things to work as expected. Sync to source repo @c23b0484f8dcdd99930365dacd061940ab98f182
1 parent 14c441e commit 386e385

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": "2.2.0",
17-
"last-sync": "4652edd0ac3e010443a6ec392c94a62d6e424cb5"
17+
"last-sync": "c23b0484f8dcdd99930365dacd061940ab98f182"
1818
}

0 commit comments

Comments
 (0)