From 4f30ad49d9709312817d2dfde57bcfe64450c9a4 Mon Sep 17 00:00:00 2001 From: dtbuild Date: Wed, 29 Jan 2025 09:56:14 +0000 Subject: [PATCH] e58b21197e4895ea4dfada639e8483d3acb82ec9 Fix: `-api destroy()` wasn't removing the extra markup used by DataTables for headers and sorting Fix: `-api destroy()` wasn't removing automatic column classes Fix: `-api destroy()` wasn't removing attributes that had been added to the header cells. https://datatables.net/forums/discussion/80456 Sync to source repo @e58b21197e4895ea4dfada639e8483d3acb82ec9 --- datatables.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datatables.json b/datatables.json index cf903fd..8b4995c 100644 --- a/datatables.json +++ b/datatables.json @@ -14,5 +14,5 @@ ], "src-repo": "http://github.com/DataTables/DataTablesSrc", "last-tag": "2.2.1", - "last-sync": "5775734c93eb8f1b82c590673ab82d20deeca69f" + "last-sync": "e58b21197e4895ea4dfada639e8483d3acb82ec9" } \ No newline at end of file