Skip to content

Commit cbe9388

Browse files
authored
Merge pull request yajra#32 from wremon/Export_column_fix
Fix page
2 parents 289ac09 + 36d09f1 commit cbe9388

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

export-column.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Export Column
1+
# Export Columns
22

33
You can export a column customised header if manually set.
44

5-
<a name="blade"></a>
6-
## Export Column
5+
<a name="export-column"></a>
6+
## Export Columns
77

88
```php
9-
protected $exportColumns = [
10-
['data' => 'email', 'title' => 'Registered Email],
11-
];
9+
protected $exportColumns = [
10+
['data' => 'email', 'title' => 'Registered Email'],
11+
];
1212
```

0 commit comments

Comments
 (0)