mirror of
https://github.com/DataTables/DataTables.git
synced 2025-01-30 23:52:11 +01:00
Dev fix: fnOpen should return the child node, not the host row
This commit is contained in:
parent
f5103cd6c4
commit
e89310fbcf
@ -1 +1 @@
|
||||
72b058fd176f39d5b57fa13b8363323077b80fce
|
||||
cba42b31d2507f8fd61ad5b8a4bffae6817b3a16
|
||||
|
2
media/js/jquery.dataTables.js
vendored
2
media/js/jquery.dataTables.js
vendored
@ -5552,7 +5552,7 @@
|
||||
.row( nTr )
|
||||
.child( mHtml, sClass )
|
||||
.show()
|
||||
.node();
|
||||
.child()[0];
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user