can selectColumn have a createForm

I'd like to use the selectColumn with a relationship and optionally show a createForm if the option should be added. Just a little '+' sign next to the option I'm getting the relationship via
SelectColumn::make('title_id')
->label('Title')
->options(Title::pluck('name', 'id')->toArray()),
SelectColumn::make('title_id')
->label('Title')
->options(Title::pluck('name', 'id')->toArray()),
2 Replies
LeandroFerreira
LeandroFerreira6mo ago
I think this is available only in forms.
ddoddsr
ddoddsrOP6mo ago
Thanks, too bad though it would be useful. A custom column...
Want results from more Discord servers?
Add your server