Skip to content

Commit

Permalink
add separator to select_multiple column
Browse files Browse the repository at this point in the history
  • Loading branch information
pxpm committed Oct 8, 2024
1 parent 80e7177 commit 1f38603
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 1f38603

Please sign in to comment.