Skip to content

Commit

Permalink
14257398c0cc2b7b726d6a07c5f3d3fb61890469 Fix: Columns with checkboxes…
Browse files Browse the repository at this point in the history
… might, or might not, be sorted correctly based on their content when using `orderDataType` and legacy checkboxes.

It looks like that this ever worked was a fluke. DataTables treats true
and false as "empty" so string sorting wouldn't work, but if the column
was (incorrectly) detected as a number it would. This commit makes sure
it always sorts correctly.

Sync to source repo @14257398c0cc2b7b726d6a07c5f3d3fb61890469
  • Loading branch information
dtbuild committed Jul 18, 2024
1 parent 21f46af commit 2065c9a
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.3",
"last-sync": "c813e2afb4d1bef1729dfa2e5329861358158295"
"last-sync": "14257398c0cc2b7b726d6a07c5f3d3fb61890469"
}

0 comments on commit 2065c9a

Please sign in to comment.