Skip to content

Commit 363d202

Browse files
committed
Add export column Docs
1 parent 6523b59 commit 363d202

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

export-column.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Export Column
2+
3+
You can export a column customised header if manually set.
4+
5+
<a name="blade"></a>
6+
## Export Column
7+
8+
```php
9+
protected $exportColumns = [
10+
['data' => 'email', 'title' => 'Registered Email],
11+
];
12+
```

0 commit comments

Comments
 (0)