How to open modal by clicking table column?

As a developer, I'm using Filament for my project and want to open the modal by clicking the table column, how can I do it?

Thank you!


Tables\Columns\IconColumn::make('video_interview_url')
->label('Video')
->icon('heroicon-o-video-camera')
->action(),
Was this page helpful?