mirror of
https://github.com/DataTables/DataTables.git
synced 2025-02-20 18:54:15 +01:00
would be removed from the array of data passed through to the custom filtering functions. This would cause indexes to misalign. - The fix is to simply pass in the data filter array that has already been computed, as that is 1:1 for the display. Also added the raw data source object for the row for completeness and a bit of a code tidy up. - This will cause a bit of an indexing issue, if you have bVisible:false set, but this is certainly a bug that had to be fixed - it just didn't make sense as it was, and went against the documentation! - See thread 19593 for more information