Skip to content

Commit

Permalink
5d5b14ea88d58b4307de0aee875a05d7ee0802f3 Initial support for server-s…
Browse files Browse the repository at this point in the history
…ide 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
  • Loading branch information
dtbuild committed Sep 11, 2024
1 parent af7b1cf commit 3418bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datatables.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
],
"src-repo": "http://github.com/DataTables/Select",
"last-tag": "2.0.5",
"last-sync": "f4bf5d569c7998bb6c659301a8af28c13aefef97"
"last-sync": "0c65c57b3a55641b557a2d260dc1fa70f16f6a7e"
}

0 comments on commit 3418bf8

Please sign in to comment.