mirror of
https://github.com/DataTables/DataTables.git
synced 2024-11-29 11:24:10 +01:00
Dev: Remove asDataSearch - its gone now
This commit is contained in:
parent
cddcafc92d
commit
85a845aed2
@ -81,7 +81,6 @@ _api.registerPlural( 'rows().remove()', 'row().remove()', function () {
|
||||
|
||||
// Remove the target row from the search array
|
||||
var displayIndex = $.inArray( row, settings.aiDisplay );
|
||||
settings.asDataSearch.splice( displayIndex, 1 );
|
||||
|
||||
// Delete from the display arrays
|
||||
_fnDeleteIndex( settings.aiDisplayMaster, row );
|
||||
|
Loading…
Reference in New Issue
Block a user