Skip to content

Commit 2a70d67

Browse files
committed
Add print column
1 parent 6523b59 commit 2a70d67

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

print-column.md

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

0 commit comments

Comments
 (0)