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 289ac09 + 36d09f1 commit cbe9388Copy full SHA for cbe9388
export-column.md
@@ -1,12 +1,12 @@
1
-# Export Column
+# Export Columns
2
3
You can export a column customised header if manually set.
4
5
-<a name="blade"></a>
6
-## Export Column
+<a name="export-column"></a>
+## Export Columns
7
8
```php
9
- protected $exportColumns = [
10
- ['data' => 'email', 'title' => 'Registered Email],
11
- ];
+protected $exportColumns = [
+ ['data' => 'email', 'title' => 'Registered Email'],
+];
12
```
0 commit comments