Skip to content

Commit

Permalink
Set checkbox as printable by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
yajra committed Jan 15, 2016
1 parent 3a3ca0e commit 91009ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Html/Builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ public function addCheckbox(array $attributes = [])
'orderable' => false,
'searchable' => false,
'exportable' => false,
'printable' => false,
'printable' => true,
'width' => '10px',
], $attributes
);
Expand Down

0 comments on commit 91009ce

Please sign in to comment.