© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•12mo ago•
7 replies
delboy1978uk

Modal with relationship table crud

Our old livewire edit order page had a row of items displaying on it. one of the columns was a count of associated rows from another table, which upon clicking would open a modal displaying those rows, can anyone tell me how this is possible? Currently I just display the row count as follows..
ViewColumn::make('step_count')
    ->view('tables/columns/step-count')
    ->action(function () {
        // open modal here??
    })
ViewColumn::make('step_count')
    ->view('tables/columns/step-count')
    ->action(function () {
        // open modal here??
    })
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Modal View with Relationship
FilamentFFilament / ❓┊help
2y ago
Edit relationship in table (belongtomany) in modal
FilamentFFilament / ❓┊help
2y ago
Open modal with relationship infolist
FilamentFFilament / ❓┊help
3mo ago
Clone record with relationship table
FilamentFFilament / ❓┊help
3y ago