One attempt to fix the 'datatable double-request' problem.

This commit is contained in:
Brady Wetherington 2022-03-02 15:46:12 -08:00
parent 0c520476a3
commit 6f3e9033c2
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@
return false; return false;
} }
$('.snipe-table').bootstrapTable('destroy').bootstrapTable({ $('.snipe-table').bootstrapTable({
classes: 'table table-responsive table-no-bordered', classes: 'table table-responsive table-no-bordered',
ajaxOptions: { ajaxOptions: {
headers: { headers: {

View file

@ -35,7 +35,7 @@
id="activityReport" id="activityReport"
data-url="{{ route('api.activity.index') }}" data-url="{{ route('api.activity.index') }}"
data-mobile-responsive="true" data-mobile-responsive="true"
data-toggle="table" {{-- data-toggle="table" --}}
class="table table-striped snipe-table" class="table table-striped snipe-table"
data-export-options='{ data-export-options='{
"fileName": "activity-report-{{ date('Y-m-d') }}", "fileName": "activity-report-{{ date('Y-m-d') }}",