From 6f84a78fa33231150d051f8344ed3bcdfbb00703 Mon Sep 17 00:00:00 2001 From: dtbuild Date: Wed, 11 Sep 2024 16:30:32 +0000 Subject: [PATCH] 5d5b14ea88d58b4307de0aee875a05d7ee0802f3 Initial support for server-side processing Very much a WIP 877c7f4f55a6c68f8e5086abec6fab0cdb466df4 SSP selection with mode and subtractive selection 7d1e3a0dc42bb4ebddf66472501b43a02623ce1b New: `-init select.selectable` option which is a callback that can be used to determine if a function can be selected or not. New: `-api select.cumulative()` method which can be used with server-side processing to get all selected rows across multiple pages. ab9d6ae58c7527e59c6fed2dda7c45e993eb0c6c New: `-api select.selectable()` to allow dynamic assignment of the row selectable function Finishing up row selectable work 0c65c57b3a55641b557a2d260dc1fa70f16f6a7e Dev: Internal fixes for errors found by unit tests for the slightly changed initialisation order (on `i18n` now) Sync to source repo @0c65c57b3a55641b557a2d260dc1fa70f16f6a7e --- datatables.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datatables.json b/datatables.json index 0806e03..225c0a4 100644 --- a/datatables.json +++ b/datatables.json @@ -14,5 +14,5 @@ ], "src-repo": "http://github.com/DataTables/Select", "last-tag": "2.0.5", - "last-sync": "f4bf5d569c7998bb6c659301a8af28c13aefef97" + "last-sync": "0c65c57b3a55641b557a2d260dc1fa70f16f6a7e" } \ No newline at end of file