Skip to content

Commit 3a3ca0e

Browse files
committed
Set action column as printable by default.
1 parent 30f8c22 commit 3a3ca0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Html/Builder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ public function addAction(array $attributes = [])
289289
'orderable' => false,
290290
'searchable' => false,
291291
'exportable' => false,
292-
'printable' => false,
292+
'printable' => true,
293293
], $attributes
294294
);
295295
$this->collection->push(new Column($attributes));

0 commit comments

Comments
 (0)