From 8da3c5755b700cc38b2dae92a48cee93cff31b57 Mon Sep 17 00:00:00 2001 From: dtbuild Date: Wed, 23 Oct 2024 15:55:49 +0000 Subject: [PATCH] e412ed5850e072210e68dba7a701a3291c64e88c Fix: When using a CSS selector for the column selector (`-api columns()`) the order is now guaranteed to be in column index order. https://datatables.net/forums/discussion/80079 Sync to source repo @e412ed5850e072210e68dba7a701a3291c64e88c --- datatables.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datatables.json b/datatables.json index b4a222b..ad44681 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": "d7fdab4d358a0beff9bc8eaf0139ada406293255" + "last-sync": "e412ed5850e072210e68dba7a701a3291c64e88c" } \ No newline at end of file