Skip to content

Commit 6eade25

Browse files
committed
Remove file
1 parent e65838b commit 6eade25

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

exports-purge.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,3 @@ On `app\Console\Kernel.php`, register the purge command
77
```php
88
$schedule->command('datatables:purge-export')->weekly();
99
```
10-
11-
## Export Filename
12-
13-
You can set the export filename by setting the property.
14-
15-
```php
16-
<livewire:export-button :table-id="$dataTable->getTableId()" filename="my-table.xlsx" />
17-
<livewire:export-button :table-id="$dataTable->getTableId()" filename="my-table.csv" />
18-
19-
<livewire:export-button :table-id="$dataTable->getTableId()" :filename="$filename" />
20-
```

0 commit comments

Comments
 (0)