Tables\Columns\TextColumn::make('asdas')
->label('See 2 items')
->action(
Tables\Actions\Action::make('test')
->button() // it doesnt show it as btn, should it?
->modalContent(fn (Response $record) => view('test', [
'field' => [],
]))
->modalFooterActions(fn () => [])
,
)
Tables\Columns\TextColumn::make('asdas')
->label('See 2 items')
->action(
Tables\Actions\Action::make('test')
->button() // it doesnt show it as btn, should it?
->modalContent(fn (Response $record) => view('test', [
'field' => [],
]))
->modalFooterActions(fn () => [])
,
)