Skip to content

Commit 25a23e0

Browse files
authored
Merge pull request #7 from nicacode/patch-1
Set default export to xlsx.
2 parents 6896c76 + a90a754 commit 25a23e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Livewire/ExportButtonComponent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class ExportButtonComponent extends Component
1111
{
1212
public $class = 'btn btn-primary';
1313
public $tableId;
14-
public $type = 'csv';
14+
public $type = 'xlsx';
1515
public $filename = null;
1616

1717
public $exporting = false;

0 commit comments

Comments
 (0)