From c274f088a61850adc5516b34a35f7da48c189d5c Mon Sep 17 00:00:00 2001 From: dtbuild Date: Mon, 6 Jan 2025 09:30:23 +0000 Subject: [PATCH] 5a05ebd839add77d82207f90478871cb3c69546c Fix: If `-init columns.className` is used to define an alignment class such as `dt-left`, it will now take priority over the automatic type detection classes. https://stackoverflow.com/a/74823875/1049111 Sync to source repo @5a05ebd839add77d82207f90478871cb3c69546c --- datatables.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datatables.json b/datatables.json index ae53e43..519c4d0 100644 --- a/datatables.json +++ b/datatables.json @@ -11,5 +11,5 @@ ], "src-repo": "http://github.com/DataTables/DataTablesSrc", "last-tag": "2.1.8", - "last-sync": "2a38379c9820bf76296bfdce339f971ac6ec68ad" + "last-sync": "5a05ebd839add77d82207f90478871cb3c69546c" } \ No newline at end of file