Skip to content

Commit

Permalink
Merge pull request #585 from Laravel-Backpack/add-select-all-option-t…
Browse files Browse the repository at this point in the history
…o-checklist

add "select all" option to checklist field
  • Loading branch information
pxpm authored Jul 15, 2024
2 parents 630a9f1 + a183def commit 5109480
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 6.x/crud-fields.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,9 @@ CRUD::field([ // Checklist
'attribute' => 'name',
'model' => "Backpack\PermissionManager\app\Models\Role",
'pivot' => true,
'show_select_all' => true, // default false
// 'number_of_columns' => 3,

]);
```

Expand Down

0 comments on commit 5109480

Please sign in to comment.