Skip to content

Commit

Permalink
Merge pull request #606 from Laravel-Backpack/add-select_multiple-col…
Browse files Browse the repository at this point in the history
…umn-separator

add separator to select_multiple column
  • Loading branch information
pxpm authored Oct 8, 2024
2 parents 80e7177 + 1f38603 commit ac75a83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 6.x/crud-columns.md
Original file line number Diff line number Diff line change
Expand Up @@ -740,6 +740,8 @@ The select_multiple column will output a comma separated list of its connected e
'entity' => 'tags', // the method that defines the relationship in your Model
'attribute' => 'name', // foreign key attribute that is shown to user
'model' => 'App\Models\Tag', // foreign key model
// OPTIONAL
'separator' => ',', // if you want to use a different separator than the default ','
],
```

Expand Down

0 comments on commit ac75a83

Please sign in to comment.