mirror of
https://github.com/DataTables/DataTables.git
synced 2025-03-21 13:29:04 +01:00
- My fix a while back for detecting if a column was no longer available in a table was duff, since it used $.map which flattens its array return, but sorting needs a 2D array. - Fixed by doing our own itteration