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.
2 parents 6896c76 + a90a754 commit 25a23e0Copy full SHA for 25a23e0
src/Livewire/ExportButtonComponent.php
@@ -11,7 +11,7 @@ class ExportButtonComponent extends Component
11
{
12
public $class = 'btn btn-primary';
13
public $tableId;
14
- public $type = 'csv';
+ public $type = 'xlsx';
15
public $filename = null;
16
17
public $exporting = false;
0 commit comments