diff --git a/resources/views/partials/bootstrap-table.blade.php b/resources/views/partials/bootstrap-table.blade.php index 7ad14bf9059f..130bc9c2d3e1 100644 --- a/resources/views/partials/bootstrap-table.blade.php +++ b/resources/views/partials/bootstrap-table.blade.php @@ -75,6 +75,10 @@ classes: 'table table-responsive table-no-bordered', export: 'fa-download', clearSearch: 'fa-times' }, + exportOptions: { + htmlContent: true, + }, + exportTypes: ['csv', 'excel', 'doc', 'txt','json', 'xml', 'pdf'], onLoadSuccess: function () { $('[data-toggle="tooltip"]').tooltip(); // Needed to attach tooltips after ajax call