From e8d37041cd817e4b9fae6c8b93d2e119aaf53b6b Mon Sep 17 00:00:00 2001 From: dtbuild Date: Tue, 24 Dec 2024 13:30:59 +0000 Subject: [PATCH] 98bce4c812d18afa0552a30147560e49692ef2a6 New: Automatic resizing when the table's container changes width (uses `ResizeObserver`). The upshot of this is that you don't need to call `-api columns.adjust()` any more if the table is made visible, having initially been hidden, or its container otherwise changes width due to some other resizing on the page. DD-3043 Sync to source repo @98bce4c812d18afa0552a30147560e49692ef2a6 --- datatables.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datatables.json b/datatables.json index 03aeeb4..d057834 100644 --- a/datatables.json +++ b/datatables.json @@ -14,5 +14,5 @@ ], "src-repo": "http://github.com/DataTables/DataTablesSrc", "last-tag": "2.1.8", - "last-sync": "370b531dedecf8e49d69ae4beee002af04c57d57" + "last-sync": "98bce4c812d18afa0552a30147560e49692ef2a6" } \ No newline at end of file