From 728a6a67e0ab4c24361baf22db2e6d6d61e6802b Mon Sep 17 00:00:00 2001 From: objecttothis Date: Fri, 8 Dec 2023 16:06:39 +0400 Subject: [PATCH] Fixed incorrect verb --- app/Views/reports/tabular.php | 2 -- public/js/manage_tables.js | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/app/Views/reports/tabular.php b/app/Views/reports/tabular.php index c357db24b..04586e541 100644 --- a/app/Views/reports/tabular.php +++ b/app/Views/reports/tabular.php @@ -68,8 +68,6 @@ escape: false, search: true }); - - }); diff --git a/public/js/manage_tables.js b/public/js/manage_tables.js index ae0189b73..0058683e5 100644 --- a/public/js/manage_tables.js +++ b/public/js/manage_tables.js @@ -214,7 +214,7 @@ .bootstrapTable($.extend(options, { columns: options.headers, stickyHeader: true, - stickyHeaderOffsetLeft: $('#table').offset().right + 'px', + stickyHeaderOffsetLeft: $('#table').offset().left + 'px', stickyHeaderOffsetRight: $('#table').offset().right + 'px', url: options.resource + '/search', sidePagination: 'server',