From 555fefde919e169d2f6f0a2b822a0147d15802df Mon Sep 17 00:00:00 2001 From: dtbuild Date: Wed, 8 Jan 2025 17:56:11 +0000 Subject: [PATCH] 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 --- datatables.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datatables.json b/datatables.json index 5860fef..f74e27e 100644 --- a/datatables.json +++ b/datatables.json @@ -14,5 +14,5 @@ ], "src-repo": "http://github.com/DataTables/DataTablesSrc", "last-tag": "2.2.0", - "last-sync": "4652edd0ac3e010443a6ec392c94a62d6e424cb5" + "last-sync": "c23b0484f8dcdd99930365dacd061940ab98f182" } \ No newline at end of file