diff --git a/.datatables-commit-sync b/.datatables-commit-sync index af1f4657..e2d78731 100644 --- a/.datatables-commit-sync +++ b/.datatables-commit-sync @@ -1 +1 @@ -debc26bfb3a634ea5695a548af94eefe2389b073 +1fcedce42d4cb20dfa1e82e6bf7f9f871baac309 diff --git a/examples/api/row_details.html b/examples/api/row_details.html index b44d2660..23db6ec3 100644 --- a/examples/api/row_details.html +++ b/examples/api/row_details.html @@ -71,7 +71,7 @@ $(document).ready(function() { if ( row.child.isShown() ) { // This row is already open - close it - row.child( false ); + row.child.hide(); tr.removeClass('shown'); } else { @@ -185,7 +185,7 @@ $(document).ready(function() { if ( row.child.isShown() ) { // This row is already open - close it - row.child( false ); + row.child.hide(); tr.removeClass('shown'); } else {