We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2892148 commit de35a18Copy full SHA for de35a18
src/Templates/html/Report.html
@@ -54,7 +54,7 @@
54
(function ($) {
55
$(function () {
56
$("#report tr").click(function (e) {
57
- $(this).find('.dataTables_wrapper').toggle();
+ $(this).find('#report tr table, .dataTables_wrapper').toggle();
58
});
59
$("#report tr table, #report .dataTables_wrapper").click(function(e) {
60
e.stopPropagation();
0 commit comments