diff --git a/.datatables-commit-sync b/.datatables-commit-sync index 20a4c478..2994234a 100644 --- a/.datatables-commit-sync +++ b/.datatables-commit-sync @@ -1 +1 @@ -e7fe17ae3c694b0af5e5a7c710eb775e19794fc8 +ce1dba44a5f89db2aeaa390cc2f3f0c61adf350d diff --git a/media/js/jquery.dataTables.js b/media/js/jquery.dataTables.js index f77b4b40..7abdfde4 100644 --- a/media/js/jquery.dataTables.js +++ b/media/js/jquery.dataTables.js @@ -8355,7 +8355,7 @@ } // Blitz all DT events - jqWrapper.unbind('.DT').find('*').unbind('.DT'); + jqWrapper.unbind('.DT').find(':not(tbody *)').unbind('.DT'); $(window).unbind('.DT-'+settings.sInstance); // When scrolling we had to break the table up - restore it