mirror of
https://github.com/DataTables/DataTables.git
synced 2025-01-30 23:52:11 +01:00
7ab49af0b6
- It is useful to be able to filter row indexes by a condition and then operate on the resulting array of indexes, but before the selector would only itterate over real arrays. So if you passed is an API instance with the result set being the indexes to delete, it wouldn't work! - Fix is to loop over anything which has a `length` property - Thread 20572