Skip to content

Commit 6ab97b1

Browse files
committed
Fix exportable flag, should be false.
1 parent a6e5e72 commit 6ab97b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Html/Column.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ public static function checkbox($title = '')
180180
->title($title)
181181
->className('select-checkbox')
182182
->orderable(false)
183+
->exportable(false)
183184
->searchable(false);
184185
}
185186

0 commit comments

Comments
 (0)