mirror of
https://github.com/DataTables/DataTables.git
synced 2025-03-23 15:19:50 +01:00
- The resolution of unknown sorting types was being done after the sorting structure array of objects was being calculated. As such, a string sort was always being done in the first instance! - This fixes thread 20433