diff --git a/app/Views/reports/tabular.php b/app/Views/reports/tabular.php index 83ed73ab3..3a9880686 100644 --- a/app/Views/reports/tabular.php +++ b/app/Views/reports/tabular.php @@ -53,8 +53,6 @@ .bootstrapTable({ columns: , stickyHeader: true, - stickyHeaderOffsetLeft: $('#table').offset().left + 'px', - stickyHeaderOffsetRight: $('#table').offset().right + 'px', pageSize: , sortable: true, showExport: true, diff --git a/app/Views/reports/tabular_details.php b/app/Views/reports/tabular_details.php index 7bd8f8a36..50de02269 100644 --- a/app/Views/reports/tabular_details.php +++ b/app/Views/reports/tabular_details.php @@ -62,8 +62,6 @@ .bootstrapTable({ columns: , stickyHeader: true, - stickyHeaderOffsetLeft: $('#table').offset().left + 'px', - stickyHeaderOffsetRight: $('#table').offset().right + 'px', pageSize: , pagination: true, sortable: true,