Use $record in table action form
hello everyone.
how can i use $record in select field as shown in the attached file?
2 Replies
Not sure whether
->form(fn ($record) =>
works. Might also be fn($livewire) => $livewire->record
or fn($livewire) => $livewire->getRecord()
it worked @Dennis Koch Thank you so much
i used this method form(fn ($record) =>