diff --git a/features/slidingChild/datatables.slidingChild.js b/features/slidingChild/datatables.slidingChild.js index cfd23db..5bb8331 100644 --- a/features/slidingChild/datatables.slidingChild.js +++ b/features/slidingChild/datatables.slidingChild.js @@ -111,7 +111,7 @@ SlidingChild.prototype = { if (this.s.displayLoadingIndicator) { this._addLoadingIndicator($tr); } - this.s.source( $(dtRow.node() ), this._response(dtRow) ); + this.s.source( $tr, this._response(dtRow) ); }, _response: function(dtRow) { return function( dtRow, childData ) {