diff --git a/6.x/crud-fields.md b/6.x/crud-fields.md index 203eb84..e14f874 100644 --- a/6.x/crud-fields.md +++ b/6.x/crud-fields.md @@ -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, + ]); ```