1
0
mirror of https://github.com/DataTables/DataTables.git synced 2024-12-02 14:24:11 +01:00
DataTables/media/js
Allan Jardine f817e9a0be Dev fix: State saving was breaking on sort
- 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
2013-08-06 09:08:10 +01:00
..
jquery.dataTables.js Dev fix: State saving was breaking on sort 2013-08-06 09:08:10 +01:00
jquery.js Update to jQuery 1.10.x 2013-06-14 09:22:16 +01:00