Skip to content

Commit

Permalink
add "select all" option to checklist field
Browse files Browse the repository at this point in the history
  • Loading branch information
pxpm committed Jul 12, 2024
1 parent e31eef3 commit a183def
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 a183def

Please sign in to comment.