Skip to content

Commit 296b1af

Browse files
committed
修复bug
1 parent 7f46311 commit 296b1af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

YanZhiwei.JavaScript.Utilities/jquery/datatables/1.10.2/datatablesUtils.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,7 @@
457457
var _rowData = _table.fnGetData(_nTrs[i]);
458458
if (_rowData[key] == value) {
459459
_row = _nTrs[i];
460+
break;
460461
}
461462
}
462463
return _row;

0 commit comments

Comments
 (0)