We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 189a192 commit 5f24bf8Copy full SHA for 5f24bf8
src/resources/views/export-button.blade.php
@@ -5,6 +5,10 @@
5
var url = window._buildUrl(LaravelDataTables['{{ $tableId }}'], 'exportQueue');
6
$.get(url + '&exportType={{$type}}').then(function(exportId) {
7
$wire.export(exportId)
8
+ }).catch(function(error) {
9
+ $wire.exportFinished = true;
10
+ $wire.exporting = false;
11
+ $wire.exportFailed = true;
12
});
13
"
14
>
0 commit comments