latest commit 19-05-2025

This commit is contained in:
vadivelJ96 2025-05-19 10:08:09 +05:30
parent d8db318617
commit 2cabfe5bc9
8 changed files with 8 additions and 8 deletions

View File

@ -1252,7 +1252,7 @@ foreach ($period as $day) {
// Remove hidden rows
$(cloneTable).find('tr').filter(function() {
return $(this).css('display') === 'none';
return $(this).css('display') === 'none' || $(this).hasClass('hidden-row');
}).remove();
// Remove hidden columns

View File

@ -1736,7 +1736,7 @@ foreach ($period as $day) {
// Remove hidden rows
$(cloneTable).find('tr').filter(function() {
return $(this).css('display') === 'none';
return $(this).css('display') === 'none' || $(this).hasClass('hidden-row');
}).remove();
// Remove hidden columns

View File

@ -895,7 +895,7 @@
// Remove hidden rows
$(cloneTable).find('tr').filter(function() {
return $(this).css('display') === 'none';
return $(this).css('display') === 'none' || $(this).hasClass('hidden-row');
}).remove();
// Remove hidden columns

View File

@ -1320,7 +1320,7 @@
// Remove hidden rows
$(cloneTable).find('tr').filter(function() {
return $(this).css('display') === 'none';
return $(this).css('display') === 'none' || $(this).hasClass('hidden-row');
}).remove();
// Remove hidden columns

View File

@ -1611,7 +1611,7 @@ foreach ($period as $day) {
// Remove hidden rows
$(cloneTable).find('tr').filter(function() {
return $(this).css('display') === 'none';
return $(this).css('display') === 'none' || $(this).hasClass('hidden-row');
}).remove();
// Remove hidden columns

View File

@ -1227,7 +1227,7 @@ foreach ($period as $day) {
// Remove hidden rows
$(cloneTable).find('tr').filter(function() {
return $(this).css('display') === 'none';
return $(this).css('display') === 'none' || $(this).hasClass('hidden-row');
}).remove();
// Remove hidden columns

View File

@ -2568,7 +2568,7 @@ $timeOtions[] = "12:00 AM";
// Remove hidden rows
$(cloneTable).find('tr').filter(function() {
return $(this).css('display') === 'none';
return $(this).css('display') === 'none' || $(this).hasClass('hidden-row');
}).remove();
// Remove hidden columns

View File

@ -932,7 +932,7 @@
// Remove hidden rows
$(cloneTable).find('tr').filter(function() {
return $(this).css('display') === 'none';
return $(this).css('display') === 'none' || $(this).hasClass('hidden-row');
}).remove();
// Remove hidden columns