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',