1
0
mirror of https://github.com/DataTables/DataTables.git synced 2024-12-13 01:08:49 +01:00
DataTables/media/js
Allan Jardine 3ea905201b Fix: Custom filter was running through the rows in reverse
* Originally this was done because it makes removing items a little bit
  easier with Array.splice(), however, it doesn't make any sense to go
  through the rows in reverse if there might be an interdependency
  between the rows.
* It has never been documented what order the rows are filtered in, so I
  think this is a safe change to make.
* I've also added the row display index to the parameters passed in
2014-05-27 15:42:20 +01:00
..
jquery.dataTables.js Fix: Custom filter was running through the rows in reverse 2014-05-27 15:42:20 +01:00
jquery.js Update: jQuery 1.11.1 2014-05-15 10:10:04 +01:00